Skip to content

Commit

Permalink
keep ci forever
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Mar 2, 2025
1 parent b5888e1 commit 6fce585
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hackernews-fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
- cron: '15 */12 * * *'

jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

fetch-posts:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/newsletter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
- cron: '2 0 * * *'

jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

newsletter:
runs-on: ubuntu-latest
timeout-minutes: 3
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/v2ex-fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
- cron: '5 */4 * * *'

jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

fetch-posts:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down

0 comments on commit 6fce585

Please sign in to comment.