Skip to content

Commit 712de63

Browse files
committed
more things on ubuntu-latest
1 parent f4e26fd commit 712de63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/hotfixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
handle-hotfix-pr:
13-
runs-on: [self-hosted, type-ccx13]
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check if PR is a hotfix into `main`
1616
if: >

.github/workflows/label-triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
comment_on_breaking_change:
18-
runs-on: [self-hosted, type-ccx13]
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check if 'breaking change' label is added
2121
if: github.event.label.name == 'breaking-change'

.github/workflows/require-clean-merges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
assert-clean-merges:
12-
runs-on: [self-hosted, type-ccx13]
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
else
3535
echo "MERGE_BRANCHES=devnet-ready devnet testnet main" >> $GITHUB_ENV
3636
fi
37-
37+
3838
- name: Add Fork Remote and Fetch PR Branch
3939
if: github.event.pull_request.head.repo.fork == true
4040
run: |

0 commit comments

Comments
 (0)