Skip to content

Commit

Permalink
chore: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 2, 2023
1 parent 9c9c03b commit 0c8d8a3
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 @@ -827,7 +827,7 @@ jobs:
- cargo-test
- node-test
- integration-test
if: ${{ always() && (github.event_name != 'push' || github.ref != 'refs/heads/master') }}
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
runs-on: ubuntu-latest
name: Done
steps:
Expand Down

0 comments on commit 0c8d8a3

Please sign in to comment.