diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-12-20 08:30:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 22:00:42 -0500 |
commit | e20682bd428bc2abb15817bb9762d9c02fb3cdd1 (patch) | |
tree | 8ff13fcd6e122e150dc6962f2d91fd7819c3abf1 | |
parent | 6de53b631fcdb96d72639b6d2db3592d5fa8498d (diff) |
fix(wpt_ecoch): Don't schedule on forks (#13144)
-rw-r--r-- | .github/workflows/wpt_epoch.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 46db29faf..9ad0c2c2f 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -13,6 +13,7 @@ on: jobs: wpt: name: wpt / ${{ matrix.os }} / ${{ matrix.deno-version }} + if: github.repository == 'denoland/deno' runs-on: ${{ matrix.os }} timeout-minutes: 30 strategy: |