Skip to content

Commit 7364aee

Browse files
committed
Merge branch 'js/ci-squelch-false-failure'
CI noise reduction. * js/ci-squelch-false-failure: ci: avoid ugly "failure" in the `ci-config` job ci: fix indentation of the `ci-config` job
2 parents 6e5f930 + 2fcf7a8 commit 7364aee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
enabled: ${{ steps.check-ref.outputs.enabled }}
1313
steps:
1414
- name: try to clone ci-config branch
15-
continue-on-error: true
1615
run: |
1716
git -c protocol.version=2 clone \
1817
--no-tags \
@@ -23,8 +22,8 @@ jobs:
2322
--filter=blob:none \
2423
https://github.com/${{ github.repository }} \
2524
config-repo &&
26-
cd config-repo &&
27-
git checkout HEAD -- ci/config
25+
cd config-repo &&
26+
git checkout HEAD -- ci/config || : ignore
2827
- id: check-ref
2928
name: check whether CI is enabled for ref
3029
run: |

0 commit comments

Comments
 (0)