Skip to content

Commit 12381bd

Browse files
committed
no event, nightly:false
1 parent 27fe127 commit 12381bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tester.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- package
1818
uses: ./.github/workflows/upload.yaml
1919
with:
20-
nightly: true
20+
nightly: false
2121
secrets: inherit

.github/workflows/upload.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
aws-region: us-east-1
3232
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
3333
- run: just upload
34-
if: ${{ github.event.inputs.nightly == 'false' }}
34+
if: ${{ github.inputs.nightly }}
3535
- run: just upload nightly
36-
if: ${{ github.event.inputs.nightly == 'true' }}
36+
if: ${{ github.inputs.nightly }}

0 commit comments

Comments
 (0)