We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fe127 commit 12381bdCopy full SHA for 12381bd
.github/workflows/tester.yaml
@@ -17,5 +17,5 @@ jobs:
17
- package
18
uses: ./.github/workflows/upload.yaml
19
with:
20
- nightly: true
+ nightly: false
21
secrets: inherit
.github/workflows/upload.yaml
@@ -31,6 +31,6 @@ jobs:
31
aws-region: us-east-1
32
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
33
- run: just upload
34
- if: ${{ github.event.inputs.nightly == 'false' }}
+ if: ${{ github.inputs.nightly }}
35
- run: just upload nightly
36
- if: ${{ github.event.inputs.nightly == 'true' }}
0 commit comments