Keep workflows alive #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Keep workflows alive | |
# yamllint disable-line rule:truthy | |
on: | |
schedule: | |
- cron: "0 0 * * 0" | |
workflow_dispatch: | |
jobs: | |
keep-github-actions-alive: | |
name: Cronjob based GitHub action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Keep your GitHub Actions alive automatically | |
uses: Entepotenz/keep-github-actions-alive-min-dependencies@v1 |