Patch tuesday.

This commit is contained in:
Greyscale 2024-05-17 07:36:49 +02:00
parent a7bd6511b6
commit 20b21eb21c

View file

@ -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"