Skip to content

Commit

Permalink
Merge pull request #46 from ocefpaf/keep_alive_v2
Browse files Browse the repository at this point in the history
keep alive using GHA API instead of commits
  • Loading branch information
MathewBiddle authored Nov 20, 2024
2 parents 3f4c338 + 8239999 commit bfdd79e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sync_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
schedule:
- cron: "00 14 * * *"

workflow_dispatch:
workflow_dispatch: null


jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4

- name: submodule checkout
run: |
Expand All @@ -42,8 +42,9 @@ jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
if: github.event_name == 'schedule'
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: gautamkrishnar/keepalive-workflow@beb86212524e1ae856d1cd80efb44e73bf7daf4a # 2.0.1

0 comments on commit bfdd79e

Please sign in to comment.