1
0
Fork 0
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:
Divy Srivastava 2021-12-20 08:30:42 +05:30 committed by GitHub
parent 6de53b631f
commit e20682bd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: