We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201857f commit 941271eCopy full SHA for 941271e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }}
15
if: >
16
github.event_name == 'push' ||
17
- contains(github.event.pull_request.labels.*.name, 'pr: status to review')
+ contains(github.event.pull_request.labels.*.name, 'pr: run ci')
18
runs-on: ${{ matrix.os }}
19
strategy:
20
fail-fast: false
0 commit comments