test
This commit is contained in:
parent
e9e80a7b96
commit
7a2596f725
1 changed files with 8 additions and 5 deletions
|
@ -1,10 +1,13 @@
|
|||
name: build-linode-img
|
||||
run-name: ${{ github.actor }} - build-linode-img
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '0 4 1,15 * *'
|
||||
# # “At 02:00 on day-of-month 1 and 15.”
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 4 1,15 * *'
|
||||
# “At 02:00 on day-of-month 1 and 15.”
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build-linode-img:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue