Skip to content

Commit a121a5b

Browse files
committed
remove push triggers
1 parent 23aaa8b commit a121a5b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/devenv-cron.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Cron Smoke Test
22

33
on:
4-
push:
54
schedule:
65
- cron: "0 6 * * *" # Run daily at 6 AM
76
workflow_dispatch:

.github/workflows/devenv-direct-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Direct Request Smoke Test
22

33
on:
4-
push:
54
schedule:
65
- cron: "0 6 * * *" # Run daily at 6 AM
76
workflow_dispatch:

.github/workflows/devenv-flux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Flux Smoke Test
22

33
on:
4-
push:
54
schedule:
65
- cron: "0 6 * * *" # Run daily at 6 AM
76
workflow_dispatch:

0 commit comments

Comments
 (0)