Skip to content

Commit 20c498c

Browse files
japsuArchinowsk
andauthored
ci: use new qb-arc-runners (#1253)
* ci: use new qb-arc-runners * ci: add qb-arc-runners to self-hosted-runners labels for actionlint * Fix actionlint.yaml config name --------- Co-authored-by: Arttu Hanska <[email protected]>
1 parent a7b55ba commit 20c498c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/actionlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
self-hosted-runner:
2+
labels:
3+
- qb-arc-runners

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
deploy:
1515
if: github.ref == 'refs/heads/main'
16-
runs-on: self-hosted
16+
runs-on: qb-arc-runners
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
deploy:
17-
runs-on: self-hosted
17+
runs-on: qb-arc-runners
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)