Skip to content

Commit df26606

Browse files
committed
change back to regular schedule
1 parent d7e51f2 commit df26606

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/e2e-smoke-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ name: E2E Smoke Test
22

33
# Run every 6 hours: at 00:00, 06:00, 12:00, and 18:00 UTC
44
on:
5-
push:
6-
branches: [main]
7-
paths-ignore:
8-
- "docs/**"
9-
- "*.md"
10-
pull_request:
11-
branches: [main]
12-
paths-ignore:
13-
- "docs/**"
14-
- "*.md"
155
schedule:
166
- cron: '0 */6 * * *'
177
workflow_dispatch: # Allow manual triggering

0 commit comments

Comments
 (0)