Skip to content

Commit bc00d7f

Browse files
Change runner to self-hosted for deployment step
1 parent 36fe6b5 commit bc00d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
deploy:
3838
needs: build-and-test
39-
runs-on: ubuntu-latest
39+
runs-on: [self-hosted, linux]
4040
steps:
4141
- name: Checkout code
4242
uses: actions/checkout@v3

0 commit comments

Comments
 (0)