Skip to content

Rebuild

Rebuild #5848

Workflow file for this run

name: Rebuild
on:
schedule:
- cron: '0 0/6 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Call a webhook
run: |
curl -X POST -d {} ${{ secrets.WEBHOOK_URL }}