We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e072f commit 152d4bdCopy full SHA for 152d4bd
2 files changed
.copier-answers.ci.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: 2456d50
+_commit: 6fa227b
3
_src_path: gh:athackst/ci
4
bump_script_path: ''
5
do_releases: false
.github/workflows/ci_update.yml
@@ -5,9 +5,8 @@
name: CI Update
6
7
on:
8
- repository_dispatch:
9
- types:
10
- - ci-update
+ schedule:
+ - cron: "0 15 * * *"
11
workflow_dispatch:
12
13
concurrency:
0 commit comments