Skip to content

Commit fb90860

Browse files
committed
don't trigger on label changes
1 parent 8fb68d3 commit fb90860

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
on:
22
pull_request:
3-
types: [opened, synchronize, reopened, labeled, unlabeled]
43
branches:
54
- main
65
- preview
@@ -16,7 +15,6 @@ permissions:
1615
jobs:
1716
initialize:
1817
runs-on: ubuntu-latest
19-
if: github.event.action != 'labeled' || github.event.label.name == 'unit_test:all_packages'
2018
outputs:
2119
matrix: ${{ steps.set-matrix.outputs.matrix }}
2220
is_full_run: ${{ steps.check-label.outputs.is_full_run }}

0 commit comments

Comments
 (0)