We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5032b4e commit 98a5018Copy full SHA for 98a5018
.github/workflows/e2e.yml
@@ -12,8 +12,7 @@ jobs:
12
if: |
13
github.event_name == 'workflow_dispatch' ||
14
(github.event.deployment_status.state == 'success' &&
15
- contains(github.event.deployment.environment, 'fern-dashboard') &&
16
- !contains(github.event.deployment.environment, 'Production'))
+ github.event.deployment.environment == 'Preview – fern-dashboard')
17
18
steps:
19
- name: Checkout
0 commit comments