.gitea/workflows/dev.yaml aktualisiert
Some checks failed
website-dev / dev-build (push) Failing after 1s

This commit is contained in:
Denys Konovalov 2023-12-20 18:12:01 +01:00
parent 50a919894f
commit d45df5bdfa

@ -12,7 +12,7 @@ defaults:
jobs: jobs:
dev-build: dev-build:
if: gitea.repository == 'gcg/gcg-website' if: gitea.repository == 'gcg/gcg-website'
runs-on: act-runner-user runs-on: ubuntu-latest
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- name: pull - name: pull