mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
fix(wpt_ecoch): Don't schedule on forks (#13144)
This commit is contained in:
parent
6de53b631f
commit
e20682bd42
1 changed files with 1 additions and 0 deletions
1
.github/workflows/wpt_epoch.yml
vendored
1
.github/workflows/wpt_epoch.yml
vendored
|
@ -13,6 +13,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
wpt:
|
wpt:
|
||||||
name: wpt / ${{ matrix.os }} / ${{ matrix.deno-version }}
|
name: wpt / ${{ matrix.os }} / ${{ matrix.deno-version }}
|
||||||
|
if: github.repository == 'denoland/deno'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue