Skip to content

Commit

Permalink
Merge pull request #620 from ivanvc/run-arm64-only-in-etcd-io-organiz…
Browse files Browse the repository at this point in the history
…ation

github workflow: only run arm64 for etcd-io/bbolt
  • Loading branch information
ahrtr authored Nov 21, 2023
2 parents 947a3f3 + 607a0c3 commit 574235f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permissions: read-all

jobs:
test-linux:
# this is to prevent arm64 jobs from running at forked projects
if: ${{ github.repository == 'etcd-io/bbolt' || startsWith(inputs.runs-on, 'ubuntu') }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 574235f

Please sign in to comment.