Skip to content

Commit

Permalink
Merge pull request #637 from spryker-shop/feature/frw-9711-group-and-…
Browse files Browse the repository at this point in the history
…execute-ci-tests-based-on-pr-labels

FRW-9444 Trigger jobs PR on unlabeled.
  • Loading branch information
aleksandr-velikanov authored Feb 6, 2025
2 parents 7152b43 + f5fafb9 commit c173541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: B2C-CI

on:
pull_request:
types: [ labeled, synchronize ]
types: [ labeled, unlabeled, synchronize ]
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robot-ui-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[b2c][master] Robot Regression UI E2E"

on:
pull_request:
types: [ labeled, synchronize ]
types: [ labeled, unlabeled, synchronize ]
push:
branches:
- master
Expand Down

0 comments on commit c173541

Please sign in to comment.