File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,6 @@ jobs:
329
329
name : Upload
330
330
runs-on : ubuntu-22.04
331
331
needs : build-docker
332
- if : ${{ needs.build-artifacts.outputs.has_secrets == 'true' }}
333
332
steps :
334
333
- name : Check out repo
335
334
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 1
1
name : Build on PR Target
2
2
3
3
on :
4
- pull_request :
4
+ pull_request_target :
5
5
types : [opened, synchronize]
6
6
7
7
defaults :
@@ -11,11 +11,12 @@ defaults:
11
11
jobs :
12
12
check-run :
13
13
name : Check PR run
14
+ if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
14
15
uses : bitwarden/gh-actions/.github/workflows/check-run.yml@main
15
16
16
17
run-workflow :
17
18
name : Run Build on PR Target
18
19
needs : check-run
19
20
if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
20
21
uses : ./.github/workflows/build.yml
21
- secrets : inherit
22
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments