.gitea/workflows/prod.yaml aktualisiert
Some checks failed
website-main / test-build (push) Waiting to run
website-main / auto-rebuild (push) Waiting to run
website-main / prod-build (push) Has been cancelled

This commit is contained in:
Denys Konovalov 2023-09-23 13:54:42 +02:00
parent e20e0a9e4f
commit ac6e8bad49

@ -49,7 +49,7 @@ jobs:
cd test
rsync -azr --delete ./ /opt/data/webdata/gcg-website-test/
auto-rebuild:
if: gitea.repository == 'gcg/gcg-website' && gitea.event.issue.number == 219
if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'schedule'
runs-on: act-runner-user
timeout-minutes: 5
steps: