Skip to content

Commit

Permalink
ci: add a keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filoozom committed Jul 4, 2024
1 parent a9a4727 commit 87d212a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/keepalive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: keepalive

on:
schedule:
- cron: "0 0 * * *"

permissions:
actions: write

jobs:
keepalive:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Keepalive
uses: gautamkrishnar/keepalive-workflow@v2
with:
workflow_files: "release.yaml"
time_elapsed: "0"

0 comments on commit 87d212a

Please sign in to comment.