From 505cdf92caaee6faaa227ea8d5829f9d1c874981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 19 Oct 2023 13:13:23 +0200 Subject: [PATCH] run jobs sequentially --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 38a18a2..c5c3b2d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: pages: runs-on: latex-latest - requires: build + needs: build if: github.ref == 'refs/heads/master' steps: - name: Checkout repository