.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
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:
parent
73dd9f09e5
commit
45e934754e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue