Update .forgejo/workflows/CD.yml
This commit is contained in:
parent
46c8a07804
commit
8d6fdbcc00
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
conditional-deploy:
|
||||
if: needs.deploy.outputs.continue == 'true'
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: docker
|
||||
needs: deploy
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue