Skip to content

Commit

Permalink
chore: fix pre-approve run test (#7480)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Jun 4, 2024
1 parent d7dd465 commit 5f578bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
trigger-mode:
name: trigger mode
if: github.event.action == 'labeled' && github.event.label.name == 'approved'
if: github.event.action == 'labeled' && (github.event.label.name == 'approved' || github.event.label.name == 'pre-approve')
runs-on: ubuntu-latest
outputs:
trigger-mode: ${{ steps.get_trigger_mode.outputs.trigger_mode }}
Expand Down

0 comments on commit 5f578bb

Please sign in to comment.