Skip to content

Commit

Permalink
Merge pull request #17913 from ivanvc/dont-run-robustness-tests-in-forks
Browse files Browse the repository at this point in the history
github/workflows: skip robustness tests in forks
  • Loading branch information
serathius authored Apr 30, 2024
2 parents 5078ce9 + f6ab204 commit 35a3455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/robustness-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35a3455

Please sign in to comment.