Skip to content

Commit

Permalink
CI: Fix workflow to be kept alive after 60 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagi2k committed Aug 1, 2024
1 parent f838f9c commit e45f56a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
else
python -m pytest -v -s -l
fi
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit e45f56a

Please sign in to comment.