added keepalive job

This commit is contained in:
Michael Trip 2024-09-26 14:35:36 +02:00
parent bba71ac79f
commit 4c091e485e
4 changed files with 40 additions and 4 deletions

View file

@ -7,7 +7,7 @@ name: Fedora MATE build
on:
schedule:
- cron: '39 15 * * *'
- cron: '0 3 * * *'
push:
branches: [ "main" ]
paths:
@ -77,3 +77,12 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2