Skip to content

Run Sitemap updater #2113

Run Sitemap updater

Run Sitemap updater #2113

name: "Run Sitemap updater"
on:
schedule:
- cron: "0 */6 * * *" # Every 6th hour
workflow_dispatch:
concurrency:
group: run-sitemap-update
cancel-in-progress: true
env:
SNITCH_URL: ${{ secrets.SNITCH_URL }}
jobs:
sitemap_processing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: set-git-identity
shell: bash
run: |
git config user.email "[email protected]"
git config user.name "MozMEAORobot"
- id: trigger-processing
shell: bash
run: ./generate_sitemap_docker.sh commit