Skip to content

Commit fdb00df

Browse files
author
mafyuh
committedJul 31, 2024
Update .forgejo/workflows/CD.yml
1 parent ca82873 commit fdb00df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/CD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
deploy:
88
if: github.event.pull_request.merged == true
9-
runs-on: ubuntu-22.04
9+
runs-on: docker
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.