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