Skip to content

Commit

Permalink
ci: remove pull_request labeled trigger on Test Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 33663c6 commit e7ee54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "master" ]
pull_request:
types: [opened, reopened, synchronize, ready_for_review, labeled]
types: [opened, reopened, synchronize, ready_for_review] # labeled
workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit e7ee54c

Please sign in to comment.