diff --git a/.github/workflows/robustness_template.yaml b/.github/workflows/robustness_template.yaml index 9300e14..132a804 100644 --- a/.github/workflows/robustness_template.yaml +++ b/.github/workflows/robustness_template.yaml @@ -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: