Compare commits

...

8 Commits

Author SHA1 Message Date
Igor
0de4cd2ca8 Update action.yml 2025-05-12 05:58:23 +02:00
Igor
f0b1d25c42 Update action.yml 2025-05-12 05:56:11 +02:00
Igor
adc4073cea Fix keep alive 2025-05-12 05:51:39 +02:00
gkr-bot
261e1d4ce4 Automated commit by Keepalive Workflow to keep the repository active 2025-04-01 03:39:57 +00:00
gkr-bot
2451792210 Automated commit by Keepalive Workflow to keep the repository active 2025-02-10 03:18:39 +00:00
gkr-bot
64f7bcbce7 Automated commit by Keepalive Workflow to keep the repository active 2024-12-22 03:21:28 +00:00
gkr-bot
7c5d8f7fcf Automated commit by Keepalive Workflow to keep the repository active 2024-11-02 03:17:47 +00:00
gkr-bot
9e10dffd7f Automated commit by Keepalive Workflow to keep the repository active 2024-09-13 03:14:45 +00:00

View File

@@ -11,19 +11,21 @@ jobs:
Keep:
name: "Keep alive"
runs-on: ubuntu-latest
permissions:
actions: write
steps:
# checkout this repository
- uses: actions/checkout@v4
# prevent GitHub from suspending cronjob
- uses: gautamkrishnar/keepalive-workflow@v1
- uses: liskin/gh-workflow-keepalive@v1
Matrix:
needs: Keep
strategy:
fail-fast: false
matrix:
board: [uefi-x86,uefi-arm64]
os: ["jammy"]
board: [uefi-x86]
os: ["noble"]
extension: [",image-output-qcow2",""]
name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}"