Skip to content

Commit 76ef7bf

Browse files
added arm runners
1 parent e9b5609 commit 76ef7bf

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

Diff for: .github/workflows/e2e-cache-freethread.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**.md'
77
push:
88
branches:
9-
- test-e2e
9+
- main
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'

Diff for: .github/workflows/e2e-cache.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**.md'
77
push:
88
branches:
9-
- test-e2e
9+
- main
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'
@@ -58,6 +58,8 @@ jobs:
5858
exclude:
5959
- os: windows-latest
6060
python-version: pypy-3.11-v7.x
61+
- os: ubuntu-22.04
62+
python-version: pypy-3.11-v7.x
6163
steps:
6264
- uses: actions/checkout@v4
6365
- name: Setup Python
@@ -162,6 +164,8 @@ jobs:
162164
exclude:
163165
- os: windows-latest
164166
python-version: pypy-3.11-v7.x
167+
- os: ubuntu-22.04
168+
python-version: pypy-3.11-v7.x
165169
steps:
166170
- uses: actions/checkout@v4
167171
- name: Setup Python

Diff for: .github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: e2e tests
33
on:
44
push:
55
branches:
6-
- test-e2e
6+
- main
77
paths-ignore:
88
- '**.md'
99
pull_request:

Diff for: .github/workflows/test-graalpy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate GraalPy e2e
33
on:
44
push:
55
branches:
6-
- test-e2e
6+
- main
77
paths-ignore:
88
- '**.md'
99
pull_request:

Diff for: .github/workflows/test-pypy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate PyPy e2e
33
on:
44
push:
55
branches:
6-
- test-e2e
6+
- main
77
paths-ignore:
88
- '**.md'
99
pull_request:

Diff for: .github/workflows/test-python-freethread.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate Python e2e freethread
33
on:
44
push:
55
branches:
6-
- test-e2e
6+
- main
77
paths-ignore:
88
- '**.md'
99
pull_request:

0 commit comments

Comments
 (0)