Skip to content

Commit 813dafc

Browse files
Changes
1 parent d54ac84 commit 813dafc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coder_cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Coder Cache
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "*/30 * * * *"
5+
# schedule:
6+
# - cron: "*/30 * * * *"
77

88
# Cancel in-progress runs for pull requests when developers push
99
# additional changes

.github/workflows/coder_nocache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Coder No Cache
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "*/30 * * * *"
5+
# schedule:
6+
# - cron: "*/30 * * * *"
77

88
# Cancel in-progress runs for pull requests when developers push
99
# additional changes

0 commit comments

Comments
 (0)