1 parent acc958a commit fd94bceCopy full SHA for fd94bce
1 file changed
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
# Don't block PRs, merge groups, or non-main pushes on unrelated linkcheck failures.
39
continue-on-error: >-
40
${{ toJSON(github.event_name == 'pull_request' || github.event_name == 'merge_group' ||
41
- (github.event_name == 'push' && github.ref != 'refs/heads/main')) }}
+ (github.event_name == 'push' && github.ref_name != github.event.repository.default_branch)) }}
42
43
steps:
44
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments