Update .forgejo/workflows/CD.yml
Some checks failed
Continuous Deployment / deploy (push) Failing after 3s
Some checks failed
Continuous Deployment / deploy (push) Failing after 3s
This commit is contained in:
parent
7d891f0839
commit
630cbee68f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue