mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Update action.yml
This commit is contained in:
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@@ -1,12 +1,16 @@
|
||||
name: "Build Armbian"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # Scheduled runs every day at 3am UTC
|
||||
|
||||
jobs:
|
||||
|
||||
Keep:
|
||||
name: "Keep alive"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# prevent GitHub from suspending cronjob
|
||||
- uses: gautamkrishnar/keepalive-workflow@v1
|
||||
|
||||
Matrix:
|
||||
|
||||
Reference in New Issue
Block a user