Skip to content

Commit cde2c95

Browse files
committed
ci: seo-production is report-only on pull requests
1 parent 9dc5f2c commit cde2c95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ jobs:
9999
seo-production:
100100
if: github.event_name != 'push' || github.ref == 'refs/heads/master'
101101
runs-on: ubuntu-latest
102-
continue-on-error: ${{ github.event_name == 'pull_request' }}
103102

104103
steps:
105104
- uses: ikidnapmyself/seo-checkup@v1
106105
with:
107106
url: ${{ inputs.url || vars.PRODUCTION_URL }}
108-
fail-on: recommended
107+
fail-on: ${{ github.event_name == 'pull_request' && 'none' || 'recommended' }}

0 commit comments

Comments
 (0)