Skip to content

Commit 8399b81

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

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
@@ -37,7 +37,7 @@ jobs:
3737
- noxenv: linkcheck
3838
# Don't block PRs, merge groups, or non-main pushes on unrelated linkcheck failures.
3939
continue-on-error: >-
40-
${{ toJSON(github.event_name == 'pull_request' || github.event_name == 'merge_group' ||
40+
${{ toJSON(contains(['merge_group', 'pull_request'], github.event_name) ||
4141
(github.event_name == 'push' && github.ref_name != github.event.repository.default_branch)) }}
4242
4343
steps:

0 commit comments

Comments
 (0)