Skip to content

Commit dd85d4f

Browse files
committed
Update deployment workflow to use self-hosted runner
1 parent 70594e4 commit dd85d4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ concurrency:
1919

2020
jobs:
2121
build-and-deploy:
22-
#runs-on: ubuntu-latest
23-
runs-on: self-hosted
22+
runs-on: ubuntu-latest
2423
steps:
2524
- name: Checkout main branch
2625
uses: actions/checkout@v4

0 commit comments

Comments
 (0)