Skip to content

Commit

Permalink
[Tool] new label approved to trigger admit test (StarRocks#13442)
Browse files Browse the repository at this point in the history
fix pr label trigger admit job bug
  • Loading branch information
dulong41 authored Nov 16, 2022
1 parent 0664c10 commit 91b82e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-admit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
run-admit-test:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'Approved' }}
steps:
- name: PR comment
if: contains(github.event.pull_request.labels.*.name, 'Approved')
uses: thollander/actions-comment-pull-request@v1
with:
message: |
Expand Down

0 comments on commit 91b82e8

Please sign in to comment.