diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0efd208..be96ab1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,12 @@ on: push: branches: - main + schedule: + - cron '0 4 * * 2' # 4am Patch Tuesday + +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true env: latest-stable-version: "focal"