We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5ee26 commit b1b75ecCopy full SHA for b1b75ec
.github/workflows/endform-tests-on-main.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
e2e-tests:
10
- if: github.event.client_payload.git.ref == 'main'
+ if: github.event.client_payload.git.ref == 'main' && github.event.client_payload.environment == 'production'
11
timeout-minutes: 5
12
runs-on: ubuntu-latest
13
permissions:
0 commit comments