Skip to content

Commit 95439d3

Browse files
wilfwilsonjames-d-mitchell
authored andcommitted
CI: do not fail CI if Cywgin Codecov step fails
1 parent 347b115 commit 95439d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: codecov/codecov-action@v5
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
79-
fail_ci_if_error: true
79+
fail_ci_if_error: ${{ runner.os != 'Windows' }}
8080
- name: "Run GAP's tst/testinstall.g"
8181
uses: gap-actions/run-pkg-tests@v4
8282
with:
@@ -109,4 +109,4 @@ jobs:
109109
- uses: codecov/codecov-action@v5
110110
with:
111111
token: ${{ secrets.CODECOV_TOKEN }}
112-
fail_ci_if_error: true
112+
fail_ci_if_error: false

0 commit comments

Comments
 (0)