Skip to content

scheduled-build

scheduled-build #124

Workflow file for this run

name: scheduled-build
on:
push:
branches:
- 8.1
- 8.2
- 8.3
- 8.4
schedule:
- cron: '0 0 * * 6'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- run: curl -X POST ${{ secrets.BUILD_URL }}