Reload hits #68
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: Reload hits | |
on: | |
# pull_request: | |
# branches: | |
# - main | |
# paths: | |
# - "reload/hits.sh" | |
push: | |
branches: | |
- main | |
paths: | |
- "reload/hits.sh" | |
schedule: | |
# Runs at 08:25 UTC on Wed. | |
- cron: '25 8 * * 3' | |
workflow_dispatch: {} | |
concurrency: | |
group: "reload" | |
jobs: | |
reload-hits: | |
uses: ./.github/workflows/reuse.reload.yaml | |
secrets: inherit | |
with: | |
script: ./reload/hits.sh |