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

github/workflows: skip robustness tests in forks
pull/691/head
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
1 changed files with 2 additions and 0 deletions

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: