From 925082e0a7da5cf55b2fc1ab538e8051f54d3bed Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Thu, 10 Dec 2020 08:29:09 -0500 Subject: [PATCH] temporarily disable PR acceptance testing 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. --- .github/workflows/dotcom-acceptance-tests.yml | 5 +++-- .github/workflows/ghes-acceptance-tests.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotcom-acceptance-tests.yml b/.github/workflows/dotcom-acceptance-tests.yml index 218a7ddd44..2c8e418ad7 100644 --- a/.github/workflows/dotcom-acceptance-tests.yml +++ b/.github/workflows/dotcom-acceptance-tests.yml @@ -1,8 +1,9 @@ name: Dotcom Acceptance Tests on: - pull_request: - types: [opened, synchronize, reopened] + push: + branches: + - test/** jobs: diff --git a/.github/workflows/ghes-acceptance-tests.yml b/.github/workflows/ghes-acceptance-tests.yml index 4b9d23363f..3c80fcee19 100644 --- a/.github/workflows/ghes-acceptance-tests.yml +++ b/.github/workflows/ghes-acceptance-tests.yml @@ -1,8 +1,9 @@ name: GHES Acceptance Tests on: - pull_request: - types: [opened, synchronize, reopened] + push: + branches: + - test/** jobs: