Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Move daily schedule to this repo, keepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Mar 20, 2024
1 parent 1fec49f commit 1a1405f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Daily Open PR Sync

on:
workflow_dispatch: ~
schedule:
- cron: '37 */6 * * *'

jobs:
build:
Expand All @@ -19,3 +21,12 @@ jobs:
- run: node ./dist/run.js
env:
BOT_AUTH_TOKEN: ${{ secrets.BOT_AUTH_TOKEN }}

keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619 # v2.0.0

0 comments on commit 1a1405f

Please sign in to comment.