mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Improve github action
This commit is contained in:
parent
2c6a5eca11
commit
3952f72dc8
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -12,7 +12,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0' # Every sunday at 00:00 https://crontab.guru/#0_7_*_*_1
|
# - cron: '0 0 * * 0' # Every sunday at 00:00 https://crontab.guru/#0_7_*_*_1
|
||||||
|
- cron: '0 0 17 * *'
|
||||||
jobs:
|
jobs:
|
||||||
base:
|
base:
|
||||||
name: base
|
name: base
|
||||||
|
Loading…
Reference in New Issue
Block a user