Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
temporarily disable PR acceptance testing
Browse files Browse the repository at this point in the history
these jobs all fail and are confusing to contributors when launched from 
a PR raised by a fork.  there are ways to get around this, but will 
defer until the repository is transferred.  disabling for now.
  • Loading branch information
Jeremy Udit committed Dec 10, 2020
1 parent 65e8c3f commit 925082e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotcom-acceptance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Dotcom Acceptance Tests

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- test/**

jobs:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ghes-acceptance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: GHES Acceptance Tests

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- test/**

jobs:

Expand Down

0 comments on commit 925082e

Please sign in to comment.