Skip to content

Commit

Permalink
chore: Don't run test262 tests on forked repositories (#15070)
Browse files Browse the repository at this point in the history
skip
  • Loading branch information
liuxingbaoyu committed Oct 25, 2022
1 parent c88e511 commit b7d9c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -500,6 +500,7 @@ jobs:
test262-prepare:
name: test262 - Prepare for running in parallel
runs-on: ubuntu-latest
if: github.repository == 'babel/babel'
steps:
- name: Checkout Babel
uses: actions/checkout@v3
Expand Down

0 comments on commit b7d9c4a

Please sign in to comment.