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 name: Preview Admin Image - Build
on: on:
pull_request: pull_request_target:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
branches: ['*'] branches: ['*']
paths: paths:
...@@ -25,6 +25,7 @@ permissions: ...@@ -25,6 +25,7 @@ permissions:
jobs: jobs:
build: build:
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
......
...@@ -20,6 +20,7 @@ concurrency: ...@@ -20,6 +20,7 @@ concurrency:
jobs: jobs:
test: test:
if: ${{ github.event_name != 'pull_request_target' || github.event.pull_request.author_association == 'MEMBER' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: 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