Skip to content

Commit

Permalink
only after deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
zbycz committed Oct 8, 2024
1 parent 6500277 commit e4a634b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ssr-check.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
name: Check server-side rendering
on:
push:
branches: ['master']
pull_request:
branches: ['master']
deployment_status:
jobs:
fail-until-deployed:
if: github.event_name != 'deployment_status' || github.event.deployment_status.state != 'success'
runs-on: ubuntu-latest
steps:
- name: Fail until deployment is successful
run: exit 1
check-ssr:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4a634b

Please sign in to comment.