Skip to content

Commit 9834cd2

Browse files
committed
updating e2e workflow
1 parent c106775 commit 9834cd2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
# Nightly workflow - Run at 2 AM UTC daily
55
schedule:
66
- cron: '0 2 * * *'
7-
# Post-merge - Run after changes are merged to main
8-
push:
9-
branches: [main]
107
# Manual trigger - Support workflow_dispatch for on-demand runs
118
workflow_dispatch:
129
inputs:
@@ -130,7 +127,7 @@ jobs:
130127
retention-days: 30
131128

132129
- name: Notify on Failure
133-
if: failure() && (github.event_name == 'schedule' || github.event_name == 'push') && steps.check-secrets.outputs.has-secrets == 'true'
130+
if: failure() && github.event_name == 'schedule' && steps.check-secrets.outputs.has-secrets == 'true'
134131
uses: actions/github-script@v7
135132
with:
136133
script: |

0 commit comments

Comments
 (0)