Skip to content

Commit b1b97cb

Browse files
c121914yuxqvvu
andcommitted
Action (#6847)
* fix: pro's Dockefile * fix: action --------- Co-authored-by: xqvvu <whoeverimf5@gmail.com>
1 parent a524c3e commit b1b97cb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/preview-admin-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Preview Admin Image - Build
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize, reopened]
66
branches: ['*']
77
paths:
@@ -25,6 +25,7 @@ permissions:
2525

2626
jobs:
2727
build:
28+
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
2829
runs-on: ubuntu-24.04
2930

3031
steps:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
jobs:
2222
test:
23+
if: ${{ github.event_name != 'pull_request_target' || github.event.pull_request.author_association == 'MEMBER' }}
2324
runs-on: ubuntu-latest
2425

2526
permissions:

pro

Submodule pro updated from bdbdf79 to 4aba60a

0 commit comments

Comments
 (0)