Cache refresh #54917
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: Cache refresh | |
# Controls when the workflow will run | |
on: | |
schedule: | |
- cron: '0 * * * *' | |
workflow_dispatch: | |
jobs: | |
Cache_refresh: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Ping cache refresh endpoint | |
run: curl --insecure --max-time 600 --location --request GET 'https://openwastemap.uk/api/refreshcache' |