We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75af0d8 commit bcde149Copy full SHA for bcde149
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
64
- name: Codecov Test
65
- if: github.event_name != 'merge_group' && !canceled()
+ if: github.event_name != 'merge_group' && !cancelled()
66
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
67
with:
68
use_oidc: true
0 commit comments