We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ef60d commit 4d4739dCopy full SHA for 4d4739d
1 file changed
.github/workflows/pr.yml
@@ -9,9 +9,12 @@ jobs:
9
uses: ./.github/workflows/build.yml
10
with:
11
S3_PREFIX: pull-requests/${{ github.event.number }}/
12
+ secrets: inherit
13
14
call-mkrepo:
15
name: Make repositories
16
+ needs: call-build
17
uses: ./.github/workflows/mkrepo.yml
18
19
20
0 commit comments