Skip to content

Commit 1d49195

Browse files
Merge branch 'main' into stefannikolei/nullable/metadata_profiles
2 parents 21e298c + 4d77c68 commit 1d49195

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
types: [ labeled, opened, synchronize, reopened ]
1213
jobs:
1314
Build:
1415
strategy:
1516
matrix:
17+
isARM:
18+
- ${{ contains(github.event.pull_request.labels.*.name, 'arch:arm32') || contains(github.event.pull_request.labels.*.name, 'arch:arm64') }}
1619
options:
1720
- os: ubuntu-latest
1821
framework: net7.0
@@ -58,6 +61,10 @@ jobs:
5861
sdk: 6.0.x
5962
runtime: -x64
6063
codecov: false
64+
exclude:
65+
- isARM: false
66+
options:
67+
os: buildjet-4vcpu-ubuntu-2204-arm
6168

6269
runs-on: ${{matrix.options.os}}
6370

0 commit comments

Comments
 (0)