Commit aee6c0b1 by Archer Committed by GitHub

Action (#6847)

* fix: pro's Dockefile

* fix: action

---------

Co-authored-by: xqvvu <whoeverimf5@gmail.com>
parent b8891ece
name: Preview Admin Image - Build
on:
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
branches: ['*']
paths:
......@@ -25,6 +25,7 @@ permissions:
jobs:
build:
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
runs-on: ubuntu-24.04
steps:
......
......@@ -20,6 +20,7 @@ concurrency:
jobs:
test:
if: ${{ github.event_name != 'pull_request_target' || github.event.pull_request.author_association == 'MEMBER' }}
runs-on: ubuntu-latest
permissions:
......
Subproject commit de086134ac9645c3057bcf1dd8abf8686f805df3
Subproject commit 4aba60a7842c0a4b952ba35daf93b68fd520ff81
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment