Skip to content

Commit 9dc5f2c

Browse files
committed
ci: run seo-production on PRs as informational
1 parent cbe4517 commit 9dc5f2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ jobs:
9797
format: clover
9898

9999
seo-production:
100-
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
100+
if: github.event_name != 'push' || github.ref == 'refs/heads/master'
101101
runs-on: ubuntu-latest
102+
continue-on-error: ${{ github.event_name == 'pull_request' }}
102103

103104
steps:
104105
- uses: ikidnapmyself/seo-checkup@v1

0 commit comments

Comments
 (0)