Run auto-update every 6 hours

This commit is contained in:
Konstantin Wohlwend 2025-03-12 17:07:15 -07:00
parent 16704f778c
commit 08d7403527

View File

@ -1,11 +1,8 @@
name: Update pull request branches
on:
push:
branches:
- main
- dev
pull_request:
schedule:
- cron: '0 */6 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}