Skip to content

Commit b1b75ec

Browse files
committed
Only env prod on main flow
1 parent df5ee26 commit b1b75ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/endform-tests-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
e2e-tests:
10-
if: github.event.client_payload.git.ref == 'main'
10+
if: github.event.client_payload.git.ref == 'main' && github.event.client_payload.environment == 'production'
1111
timeout-minutes: 5
1212
runs-on: ubuntu-latest
1313
permissions:

0 commit comments

Comments
 (0)