Skip to content

Commit

Permalink
Merge pull request #1416 from input-output-hk/jpraynaud/fix-toggle-ci…
Browse files Browse the repository at this point in the history
…-unstable-release

Fix toggle for unstable release publication in CI
  • Loading branch information
jpraynaud authored Dec 20, 2023
2 parents 161d5ea + 4ee504a commit 25bb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ jobs:
api_token: ${{ secrets[matrix.api_token_secret_name] }}

unstable-release:
if: vars.PUBLISH_UNSTABLE_RELEASE_IN_CI == true && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith('refs/heads/hotfix', github.ref))
if: vars.PUBLISH_UNSTABLE_RELEASE_IN_CI == 'true' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith('refs/heads/hotfix', github.ref))
runs-on: ubuntu-22.04
needs:
- build
Expand Down

0 comments on commit 25bb9a6

Please sign in to comment.