From f0e368c38c0d6cab6f505d1db95adaf8caf19b99 Mon Sep 17 00:00:00 2001 From: Jordan Barrett Date: Wed, 18 Oct 2023 15:18:26 +0700 Subject: [PATCH] remove echo --- .github/workflows/pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e6c91c5..62193ea 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo ${{ github.event }} 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