From 45e934754efd610ae4b34af335728f38a3f77d90 Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 10:57:36 +0200 Subject: [PATCH] .forgejo/workflows/pr.yaml aktualisiert --- .forgejo/workflows/pr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index 020ac58..83e4c91 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -18,6 +18,10 @@ jobs: working-directory: ./job-scripts timeout-minutes: 30 steps: + # Checkout Repo + - + name: Checkout Repo + uses: actions/checkout@v4 # Make sure docker is available - run: docker ps # Falback to clone the repo at the current commit, need to get commit or branch name