From 2f6cfce2e67e6f76ce7b3464f5ba255f4153ddf2 Mon Sep 17 00:00:00 2001 From: Jordan Barrett Date: Wed, 18 Oct 2023 15:34:42 +0700 Subject: [PATCH] Delete PR workflow --- .github/workflows/pr.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml deleted file mode 100644 index 62193ea..0000000 --- a/.github/workflows/pr.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "PR" -on: [pull_request, workflow_dispatch] -jobs: - fork: - # check PR is not running from a fork - name: Check head branch - runs-on: ubuntu-latest - steps: - - run: | - if [[ "${{ github.event.pull_request.head.repo.full_name }}" != "juju/juju-controller" ]]; then - echo "::error::CI is unable to run on a PR opened from a fork. Please push your branch to the main repo and reopen this PR." - exit 1 - fi