Skip to content

Commit 8298a0a

Browse files
Removed schedule in sync-awf-latest.yaml
Signed-off-by: Shintaro Sakoda <[email protected]>
1 parent 1aaf19a commit 8298a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-awf-latest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: sync-awf-latest
22

33
on:
4-
schedule:
5-
- cron: 50 */1 * * * # every 1 hour (**:50)
4+
# schedule:
5+
# - cron: 50 */1 * * * # every 1 hour (**:50)
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)