Skip to content

Commit be27245

Browse files
committed
CI: do not fail CI if Cywgin Codecov step fails
1 parent 347b115 commit be27245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standard.yml

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)