We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e139603 commit a4ad681Copy full SHA for a4ad681
.github/workflows/panda-webhook.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
run-e2es:
12
- if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
+ if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'Preview'
13
runs-on: ubuntu-latest
14
steps:
15
- name: Print environment
0 commit comments