ci: see if this limits running actions

This commit is contained in:
silver 2025-05-08 14:24:55 +01:00
parent c3f1f9bba0
commit 194daa9b00
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -3,6 +3,10 @@ on:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update: