Skip to content

Commit 6ef3b37

Browse files
committed
Changed when the workflow runs
1 parent 86485d3 commit 6ef3b37

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@ name: CI - PHPUnit Tests
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [opened, synchronize, reopened, labeled]
66
branches:
77
- '**'
8-
push:
9-
branches:
10-
- 'master'
11-
- 'main'
128

139
jobs:
1410
tests:
1511
name: Tests - ${{ matrix.module }} (PS ${{ matrix.ps-version }})
1612
runs-on: ubuntu-latest
13+
if: contains(github.event.pull_request.labels.*.name, 'ready to review')
1714

1815
strategy:
1916
fail-fast: false

0 commit comments

Comments
 (0)