We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a2568 commit 419e7a9Copy full SHA for 419e7a9
.github/workflows/cron.yml
@@ -23,6 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
strategy:
25
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
26
+ continue-on-error: true
27
28
steps:
29
- name: Skip duplicate branch
0 commit comments