temp change
All checks were successful
Build Org Website / build (push) Successful in 54s

This commit is contained in:
2026-05-14 11:55:49 +01:00
parent c182ad18e5
commit d20236832b

View File

@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Commit hidden details files on scheduled run
if: ${{ github.event_name == 'schedule' }}
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}}
run: |
git checkout main
git pull --ff-only origin main