Skip to content

Commit 4b2e3ec

Browse files
fixed yaml structure and shortened name (#25)
1 parent 08e7e31 commit 4b2e3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/publish_main_artifacts.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# This file is automatically generated from the templates in stackabletech/operator-templating
33
# DON'T MANUALLY EDIT THIS FILE
44
# =============
5-
name: Publish Artifacts from the main branch to the dev repository.
5+
name: Publish nightly artifacts from main
66

77
on:
88
push:
99
branches:
1010
- main
11-
schedule:
11+
schedule:
1212
- cron: '30 4 * * *'
1313
workflow_dispatch:
1414

0 commit comments

Comments
 (0)