mirror of https://github.com/etcd-io/bbolt.git
Merge pull request #752 from ivanvc/dont-run-race-tests-on-user-forks
github/workflows: don't run race tests on user forkspull/753/head
commit
a9d3063030
|
@ -16,7 +16,7 @@ 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') }}
|
||||
if: ${{ github.repository == 'etcd-io/bbolt' || inputs.runs-on == 'ubuntu-latest' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue