Skip to content

Commit 025b660

Browse files
authored
ci: Only run add-team-label test on PR (#171)
* Only run `add-team-label` test on PR * Move check to avoid skipping all-jobs-complete
1 parent 39ac56e commit 025b660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-add-team-label.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Test
18+
if: ${{ github.event_name == 'pull_request' }}
1819
uses: ./.github/actions/add-team-label
1920
with:
2021
team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }}

0 commit comments

Comments
 (0)