diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3260be8..d0156bb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -314,6 +314,7 @@ jobs: # open any future release PR ("There are untagged, merged release # PRs outstanding - aborting"). name: Mark the release PR as tagged + if: github.event_name == 'pull_request' env: GH_TOKEN: ${{ github.token }} run: |