Skip to content

Commit 51cf350

Browse files
committed
Switch deployment runner from self-hosted to ubuntu-latest
1 parent 671f34b commit 51cf350

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
@@ -19,8 +19,8 @@ concurrency:
1919

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

0 commit comments

Comments
 (0)