This commit is contained in:
iFargle 2023-12-16 09:09:36 +09:00
parent e9e80a7b96
commit 7a2596f725

View file

@ -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