Skip to content

Commit a41b6c7

Browse files
committed
Remove team label test
1 parent 5843380 commit a41b6c7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ jobs:
1919
name: Test checkout-and-setup
2020
uses: ./.github/workflows/test-checkout-and-setup.yml
2121

22-
test-add-team-label:
23-
name: Test add-team-label
24-
uses: ./.github/workflows/test-add-team-label.yml
25-
secrets:
26-
TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }}
27-
2822
all-jobs-completed:
2923
name: All jobs completed
3024
runs-on: ubuntu-latest
3125
needs:
3226
- lint-workflows
3327
- build-lint-test
3428
- test-checkout-and-setup
35-
- test-add-team-label
3629
outputs:
3730
PASSED: ${{ steps.set-output.outputs.PASSED }}
3831
steps:

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

0 commit comments

Comments
 (0)