Skip to content

Commit

Permalink
Merge branch 'nightly' into blaze/evm_block
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad authored Aug 29, 2023
2 parents 96cdbc4 + c6b814c commit a9ed0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# Except in `nightly` and `stable` branches! Any cancelled job will cause the
# CI run to fail, and we want to keep a clean history for major branches.
cancel-in-progress: ${{ (github.ref == 'refs/heads/nightly') || (github.ref == 'refs/heads/stable') }}
cancel-in-progress: ${{ (github.ref != 'refs/heads/nightly') && (github.ref != 'refs/heads/stable') }}

jobs:
check:
Expand Down

0 comments on commit a9ed0f0

Please sign in to comment.