Skip to content

Commit 5843380

Browse files
committed
Disable test add team label for GitHub Actions bot
1 parent ecb7aeb commit 5843380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1717
- name: Test
18-
if: ${{ github.event_name == 'pull_request' }}
18+
if: ${{ github.event_name == 'pull_request' && !startsWith(github.event.head_commit.author.name, 'github-actions') }}
1919
uses: ./.github/actions/add-team-label
2020
with:
2121
team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }}

0 commit comments

Comments
 (0)