diff --git a/.github/workflows/test-add-team-label.yml b/.github/workflows/test-add-team-label.yml index d73d8f78..b2134097 100644 --- a/.github/workflows/test-add-team-label.yml +++ b/.github/workflows/test-add-team-label.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v5 - name: Test + if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/add-team-label with: team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }}