Skip to content

Commit

Permalink
Keepalive workflow (#35)
Browse files Browse the repository at this point in the history
* Keepalive added to ci.yml and stale.yml

* keepalive.yml added
  • Loading branch information
novalisdenahi authored Nov 18, 2024
1 parent 041257e commit 88f589d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Keepalive Workflow

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

permissions:
actions: write

jobs:
cronjob-based-github-action:
name: Keepalive Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
with:
workflow_files: "stale.yml, dart-ci.yml"
time_elapsed: "0"
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:
jobs:
stale:
uses: configcat/.github/.github/workflows/stale.yml@master
secrets: inherit
secrets: inherit

0 comments on commit 88f589d

Please sign in to comment.