.forgejo/workflows/pr.yaml aktualisiert
Some checks are pending
Auto Deploy pdf-web-tolkit / Check Docker State (push) Waiting to run
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Blocked by required conditions
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Blocked by required conditions

This commit is contained in:
tidoni 2025-10-18 10:57:36 +02:00
parent 73dd9f09e5
commit 45e934754e

View file

@ -18,6 +18,10 @@ jobs:
working-directory: ./job-scripts working-directory: ./job-scripts
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
# Checkout Repo
-
name: Checkout Repo
uses: actions/checkout@v4
# Make sure docker is available # Make sure docker is available
- run: docker ps - run: docker ps
# Falback to clone the repo at the current commit, need to get commit or branch name # Falback to clone the repo at the current commit, need to get commit or branch name