Skip to content

Commit f92fded

Browse files
committedFeb 28, 2024
cidi: Move to self hosted runner
1 parent c5a5f4d commit f92fded

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎.github/workflows/branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
auto-pr:
99
name: Automated Master Branch PR
10-
runs-on: ubuntu-22.04
10+
runs-on: [self-hosted]
1111
permissions:
1212
contents: write
1313
packages: write

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build:
20-
runs-on: ubuntu-22.04
20+
runs-on: [ self-hosted ]
2121
permissions:
2222
contents: write
2323
packages: write

‎.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
auto-pr:
99
name: Automated Master Branch PR
10-
runs-on: ubuntu-22.04
10+
runs-on: [ self-hosted ]
1111
permissions:
1212
contents: write
1313
packages: write
@@ -49,4 +49,4 @@ jobs:
4949
pr_title: "${{ env.SOURCE_BRANCH }} -> ${{ env.DEFAULT_BRANCH }}"
5050
pr_label: "kira-automation"
5151
pr_assignee: "asmodat"
52-
pr_allow_empty: true
52+
pr_allow_empty: true

‎.github/workflows/spam.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# isolate signing & repo cloning from docker image
99
setup:
1010
name: Verify PR validity
11-
runs-on: ubuntu-22.04
11+
runs-on: [ self-hosted ]
1212
permissions:
1313
contents: write
1414
packages: write
@@ -110,4 +110,4 @@ jobs:
110110
--- Please CLOSE this PR after acknowledging the issue ---
111111
close-pr: false
112112
lock-pr: true
113-
pr-lock-reason: 'spam'
113+
pr-lock-reason: 'spam'

0 commit comments

Comments
 (0)