Skip to content

Commit b15136a

Browse files
committed
Disable e2e-test schedule
I get pinged almost every day for a failing test, yet I'm not maintaining this repo anymore. See also https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs Signed-off-by: ccremer <[email protected]>
1 parent a3183b0 commit b15136a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- master
77
paths-ignore:
88
- docs/**
9-
schedule:
10-
- cron: 37 10 * * 1-5 # At 10:37 on every day-of-week from Monday through Friday
9+
# schedule:
10+
# - cron: 37 10 * * 1-5 # At 10:37 on every day-of-week from Monday through Friday
1111

1212
jobs:
1313
test-e2e:

0 commit comments

Comments
 (0)