Update .forgejo/workflows/build.yml
This commit is contained in:
parent
afda9d5414
commit
a82d1bb047
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ jobs:
|
|||
- release
|
||||
outputs:
|
||||
version: ${{ needs.release.outputs.version }}
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -76,6 +77,7 @@ jobs:
|
|||
REPO_NAME: alpine-php8-cron-webserver
|
||||
needs:
|
||||
- webserver
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue