Skip to content

Commit 4bc510c

Browse files
author
Your Name
committed
schedule
1 parent f2bd233 commit 4bc510c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make-kind-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: "make kind CI workflow"
44
on:
55
push:
66
branches: [ test ]
7-
schedule:
7+
# schedule:
88
# https://crontab.guru/
99
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
1010
# - cron: '0 0 * * FRI' ##execution of a task in the first minute of the month

.github/workflows/ubuntu-kind-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: "kind Ubuntu CI workflow"
44
on:
55
push:
66
branches: [ test ]
7-
schedule:
7+
# schedule:
88
# https://crontab.guru/
99
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
1010
# - cron: '0 0 * * FRI' ##execution of a task in the first minute of the month

0 commit comments

Comments
 (0)