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