added keepalive job
This commit is contained in:
parent
bba71ac79f
commit
4c091e485e
4 changed files with 40 additions and 4 deletions
11
.github/workflows/fedora-mate-build-aarch64.yml
vendored
11
.github/workflows/fedora-mate-build-aarch64.yml
vendored
|
|
@ -7,7 +7,7 @@ name: Fedora MATE build aarch64
|
|||
|
||||
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
|
||||
|
|
|
|||
11
.github/workflows/fedora-mate-build.yml
vendored
11
.github/workflows/fedora-mate-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
11
.github/workflows/fedora-xfce-build.yml
vendored
11
.github/workflows/fedora-xfce-build.yml
vendored
|
|
@ -7,7 +7,7 @@ name: Fedora XFCE build
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '39 15 * * *'
|
||||
- cron: '0 3 * * *'
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
# Publish semver tags as releases.
|
||||
|
|
@ -127,3 +127,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
|
||||
|
|
|
|||
11
.github/workflows/ubuntu-mate-build.yml
vendored
11
.github/workflows/ubuntu-mate-build.yml
vendored
|
|
@ -7,7 +7,7 @@ name: Ubuntu 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue