Skip to content

Commit a95035a

Browse files
Switch deployment to self-hosted runner
1 parent b9f1f7a commit a95035a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ env:
3030

3131
jobs:
3232
deploy:
33-
runs-on: ubuntu-latest
34-
##runs-on: [self-hosted, Linux, X64]
33+
##runs-on: ubuntu-latest
34+
runs-on: [self-hosted, Linux, X64]
3535

3636
steps:
3737
- name: Checkout code

0 commit comments

Comments
 (0)