mirror of https://github.com/etcd-io/bbolt.git
Merge pull request #742 from ivanvc/dont-run-robustness-test-in-user-forks
github/workflows: skip robustness tests in forkspull/691/head
commit
4241880bf8
|
@ -18,6 +18,8 @@ permissions: read-all
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
# this is to prevent the job to run at forked projects
|
||||||
|
if: github.repository == 'etcd-io/bbolt'
|
||||||
timeout-minutes: 210
|
timeout-minutes: 210
|
||||||
runs-on: ${{ fromJson(inputs.runs-on) }}
|
runs-on: ${{ fromJson(inputs.runs-on) }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue