File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments