Merge pull request #742 from ivanvc/dont-run-robustness-test-in-user-forks

github/workflows: skip robustness tests in forks
This commit is contained in:
Benjamin Wang 2024-04-30 15:56:03 +01:00 committed by GitHub
commit 4241880bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ permissions: read-all
jobs:
test:
# this is to prevent the job to run at forked projects
if: github.repository == 'etcd-io/bbolt'
timeout-minutes: 210
runs-on: ${{ fromJson(inputs.runs-on) }}
steps: