Skip to content

Commit

Permalink
ci: run only arm64 if in etcd-io/etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Nov 10, 2023
1 parent 476f26d commit 210e9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ permissions: read-all
jobs:
test:
runs-on: ${{ inputs.runs-on }}
# this is to prevent the job to run at forked projects
# if: github.repository == 'etcd-io/etcd'
# this is to prevent arm64 jobs to run at forked projects
if: inputs.arch == 'amd64' || github.repository == 'etcd-io/etcd'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 210e9d5

Please sign in to comment.