Patch Tuesday.

This commit is contained in:
Greyscale 2024-05-17 07:36:46 +02:00
parent 80249ace59
commit 382b170485

View file

@ -5,11 +5,13 @@ permissions:
packages: write
on:
workflow_call:
workflow_dispatch:
push:
branches:
- main
workflow_call:
workflow_dispatch:
schedule:
- cron '0 8 * * 2' # 8am Patch Tuesday
concurrency:
group: ${{ github.head_ref || github.run_id }}