There was an error while loading. Please reload this page.
1 parent 08e7e31 commit 4b2e3ecCopy full SHA for 4b2e3ec
template/.github/workflows/publish_main_artifacts.yml.j2
@@ -2,13 +2,13 @@
2
# This file is automatically generated from the templates in stackabletech/operator-templating
3
# DON'T MANUALLY EDIT THIS FILE
4
# =============
5
-name: Publish Artifacts from the main branch to the dev repository.
+name: Publish nightly artifacts from main
6
7
on:
8
push:
9
branches:
10
- main
11
- schedule:
+ schedule:
12
- cron: '30 4 * * *'
13
workflow_dispatch:
14
0 commit comments