Skip to content

Commit

Permalink
Run cpp-linux-arm64 job only on master.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Oct 16, 2024
1 parent 9e66f8d commit 9e39645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
needs: cpp-linters
runs-on: [self-hosted, ARM64, Linux]
container: python:3.11
# Run only on master (until we have a GitHub-hosted runner for Linux/ARM64)
if: github.ref == 'refs/heads/master'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9e39645

Please sign in to comment.