File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ name: Notify
1010 - Check Docker Version
1111 - Deploy
1212 - Docker
13+ - Periodic Rebuild
1314 - Rebuild all container images
1415 - Rust CI
1516 - Rust Daily
@@ -18,7 +19,6 @@ name: Notify
1819 - Scala Daily
1920 - Shell CI
2021 - TypeScript CI
21- - Update Changelog
2222 - Update Workflows
2323 types :
2424 - completed
Original file line number Diff line number Diff line change 7171 \ to change the time every time we run this.\n if ! [ -f thisrepo/.github/update-workflows-patch.yaml\
7272 \ ] ; then\n (\n echo \" - op: replace\"\n echo \" path: /on/schedule/0/cron\" \
7373 \n echo \" value: \\\" $(( $RANDOM % 60 )) 7 * * 1\\\"\"\n ) > thisrepo/.github/update-workflows-patch.yaml\n \
74- \ # \" git add\" and commit will be taken care of below.\n fi\n "
74+ \ # \" git add\" and commit will be taken care of below.\n fi\n if [ -f thisrepo/.github/workflows/rebuild.yaml\
75+ \ ] && ! [ -f thisrepo/.github/workflows/rebuild-patch.yaml ] ; then\n (\n \
76+ \ echo \" - op: replace\"\n echo \" path: /on/schedule/0/cron\"\n \
77+ \ echo \" value: \\\" $(( $RANDOM % 60 )) 16 * * 2\\\"\"\n ) > thisrepo/.github/rebuild-patch.yaml\n \
78+ fi\n "
7579 - name : Update workflows
7680 id : update
7781 working-directory : thisrepo
You can’t perform that action at this time.
0 commit comments