Skip to content

Commit fd94bce

Browse files
woodruffwwebknjaz
andauthored
Update .github/workflows/test.yml
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com>
1 parent acc958a commit fd94bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Don't block PRs, merge groups, or non-main pushes on unrelated linkcheck failures.
3939
continue-on-error: >-
4040
${{ toJSON(github.event_name == 'pull_request' || github.event_name == 'merge_group' ||
41-
(github.event_name == 'push' && github.ref != 'refs/heads/main')) }}
41+
(github.event_name == 'push' && github.ref_name != github.event.repository.default_branch)) }}
4242
4343
steps:
4444
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)