We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a3ae commit 151896fCopy full SHA for 151896f
.github/workflows/pants.yaml
@@ -10,13 +10,15 @@ on: [push, workflow_dispatch]
10
jobs:
11
build:
12
name: Perform CI Checks
13
- runs-on:
14
- # Replace with your profile label https://namespace.so/docs/features/faster-github-actions#using-runner-profiles
15
- - namespace-profile-default
16
- - namespace-profile-default-arm64
17
strategy:
18
matrix:
+ runner:
+ # Replace with your profile label https://namespace.so/docs/features/faster-github-actions#using-runner-profiles
+ - namespace-profile-default
+ - namespace-profile-default-arm64
19
python-version: [3.9]
20
+ fail-fast: false
21
+ runs-on: ${{ matrix.runner }}
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up remote cache
0 commit comments