Update .forgejo/workflows/build.yml
This commit is contained in:
parent
c77245ec85
commit
b839662c83
1 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ jobs:
|
|||
git push origin --tags
|
||||
|
||||
webserver:
|
||||
runs-on: host
|
||||
needs: release
|
||||
steps:
|
||||
- name: Build Webserver
|
||||
|
@ -47,7 +46,6 @@ jobs:
|
|||
version: ${{ needs.release.outputs.version }}
|
||||
|
||||
cron:
|
||||
runs-on: host
|
||||
needs: webserver
|
||||
steps:
|
||||
- name: Build Cron-Webserver
|
||||
|
|
Loading…
Add table
Reference in a new issue