Skip to content

Commit 0c8d8a3

Browse files
committedOct 2, 2023
chore: Fix CI
1 parent 9c9c03b commit 0c8d8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ jobs:
827827
- cargo-test
828828
- node-test
829829
- integration-test
830-
if: ${{ always() && (github.event_name != 'push' || github.ref != 'refs/heads/master') }}
830+
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
831831
runs-on: ubuntu-latest
832832
name: Done
833833
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.