Skip to content

Commit

Permalink
feat: keep the gha alive (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkt1414 authored Mar 13, 2024
1 parent 8ec2afe commit 01eea6f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: keep-github-actions-alive

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

permissions:
actions: write

jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "keep-alive"
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 50
use_api: true

0 comments on commit 01eea6f

Please sign in to comment.