Skip to content

Commit

Permalink
avoid running
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 9, 2024
1 parent 79c03cb commit 5f4c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id-token: write
env:
TARBALL_FILE: artifacts.tar
if: ${{ contains(needs.validate.outputs.is-snapshot, 'true') }}
if: ${{ contains(needs.validate.outputs.is-snapshot, 'true') && false != false }}
steps:
- id: buildkite
name: Run Deploy
Expand Down

0 comments on commit 5f4c902

Please sign in to comment.