Skip to content

Commit e20682b

Browse files
authored
fix(wpt_ecoch): Don't schedule on forks (#13144)
1 parent 6de53b6 commit e20682b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wpt_epoch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
wpt:
1515
name: wpt / ${{ matrix.os }} / ${{ matrix.deno-version }}
16+
if: github.repository == 'denoland/deno'
1617
runs-on: ${{ matrix.os }}
1718
timeout-minutes: 30
1819
strategy:

0 commit comments

Comments
 (0)