Skip to content

Commit 8ddab36

Browse files
alwxoz-agent
andcommitted
reverts back some workflows
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 6063fff commit 8ddab36

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/add-platform-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
add_label:
10-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
10+
runs-on: ubuntu-latest
1111
permissions:
1212
issues: write
1313
steps:

.github/workflows/changes-in-high-risk-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
files-changed:
1212
name: Detect changed files
13-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
13+
runs-on: ubuntu-latest
1414
# Map a step output to a job output
1515
outputs:
1616
high_risk_code: ${{ steps.changes.outputs.high_risk_code }}
@@ -31,7 +31,7 @@ jobs:
3131
validate-high-risk-code:
3232
if: needs.files-changed.outputs.high_risk_code == 'true'
3333
needs: files-changed
34-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
34+
runs-on: ubuntu-latest
3535
steps:
3636
- name: Comment on PR to notify of changes in high risk files
3737
uses: actions/github-script@v8

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
analyze:
2828
name: Analyze
29-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
29+
runs-on: ubuntu-latest
3030
needs: [diff_check]
3131
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
3232

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
danger:
9-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: getsentry/github-workflows/danger@17cc15eb58ea3687cd8f2714a4192dcee4aa09ef
1212
with:

.github/workflows/ready-to-merge-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
ready-to-merge-gate:
1616
name: 'Missing "ready-to-merge" label'
17-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check for exact 'ready-to-merge' label
2020
if: ${{ inputs.is-pr }}

.github/workflows/update-deps.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
android:
14-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: getsentry/github-workflows/updater@v3
1717
with:
@@ -20,7 +20,7 @@ jobs:
2020
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
2121

2222
android-stubs:
23-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: getsentry/github-workflows/updater@v3
2626
with:
@@ -29,7 +29,7 @@ jobs:
2929
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
3030

3131
cocoa:
32-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
32+
runs-on: ubuntu-latest
3333
steps:
3434
- uses: getsentry/github-workflows/updater@v3
3535
with:
@@ -38,7 +38,7 @@ jobs:
3838
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
3939

4040
javascript:
41-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
41+
runs-on: ubuntu-latest
4242
steps:
4343
- uses: getsentry/github-workflows/updater@v3
4444
with:
@@ -47,7 +47,7 @@ jobs:
4747
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
4848

4949
wizard:
50-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
50+
runs-on: ubuntu-latest
5151
steps:
5252
- uses: getsentry/github-workflows/updater@v3
5353
with:
@@ -57,7 +57,7 @@ jobs:
5757
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
5858

5959
cli:
60-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
60+
runs-on: ubuntu-latest
6161
steps:
6262
- uses: getsentry/github-workflows/updater@v3
6363
with:
@@ -66,7 +66,7 @@ jobs:
6666
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
6767

6868
bundler-plugins:
69-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
69+
runs-on: ubuntu-latest
7070
steps:
7171
- uses: getsentry/github-workflows/updater@v3
7272
with:
@@ -75,7 +75,7 @@ jobs:
7575
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
7676

7777
sample-rn:
78-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
78+
runs-on: ubuntu-latest
7979
steps:
8080
- uses: getsentry/github-workflows/updater@v3
8181
with:
@@ -86,7 +86,7 @@ jobs:
8686
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
8787

8888
maestro:
89-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
89+
runs-on: ubuntu-latest
9090
steps:
9191
- uses: getsentry/github-workflows/updater@v3
9292
with:
@@ -97,7 +97,7 @@ jobs:
9797
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
9898

9999
sentry-android-gradle-plugin:
100-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
100+
runs-on: ubuntu-latest
101101
steps:
102102
- uses: getsentry/github-workflows/updater@v3
103103
with:

0 commit comments

Comments
 (0)