Skip to content

Commit d213dc6

Browse files
committed
feat(raiko): fix existing pipeline runs on
1 parent 771b399 commit d213dc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/repo--merge-gatekeeper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
merge-gatekeeper:
1111
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
12-
runs-on: [arc-runner-set]
12+
runs-on: ubuntu-latest
1313
permissions:
1414
checks: read
1515
statuses: read

.github/workflows/repo--release-please.yml

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

1212
jobs:
1313
release-please:
14-
runs-on: [taiko-runner]
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: googleapis/release-please-action@v4
1717
with:

.github/workflows/repo--typo-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
check-for-typos:
77
if: ${{ github.event.pull_request.draft == false }}
8-
runs-on: [taiko-runner]
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout the repository
1111
uses: actions/checkout@v4

.github/workflows/repo--validate-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
validate-pr-title:
1616
if: ${{ github.event.pull_request.draft == false && github.event_name == 'pull_request_target' }}
17-
runs-on: [taiko-runner]
17+
runs-on: ubuntu-latest
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@v5
2020
env:

0 commit comments

Comments
 (0)