Skip to content

Commit 941271e

Browse files
authored
Update CI workflow to include 'run ci' label check (#54)
1 parent 201857f commit 941271e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }}
1515
if: >
1616
github.event_name == 'push' ||
17-
contains(github.event.pull_request.labels.*.name, 'pr: status to review')
17+
contains(github.event.pull_request.labels.*.name, 'pr: run ci')
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)