diff --git a/.github/workflows/circleci_pull_request.yml b/.github/workflows/circleci_pull_request.yml index 47c8f88a..9cef72e4 100644 --- a/.github/workflows/circleci_pull_request.yml +++ b/.github/workflows/circleci_pull_request.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Approve - run: echo For security reasons, all pull requests need to be approved first before running any automated CI. + run: echo For security reasons, all pull requests need to be approved first before running any automated CI. $GITHUB_BASE_REF $GITHUB_HEAD_REF trigger-circleci: runs-on: ubuntu-latest needs: [approve] # Require the first step to finish