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 packages: write
on: on:
workflow_call:
workflow_dispatch:
push: push:
branches: branches:
- main - main
workflow_call: schedule:
workflow_dispatch: - cron '0 8 * * 2' # 8am Patch Tuesday
concurrency: concurrency:
group: ${{ github.head_ref || github.run_id }} group: ${{ github.head_ref || github.run_id }}