Merge pull request #17913 from ivanvc/dont-run-robustness-tests-in-forks

github/workflows: skip robustness tests in forks
This commit is contained in:
Marek Siarkowicz 2024-04-30 08:35:28 +02:00 committed by GitHub
commit 35a34553a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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