File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3838 - run : echo "::remove-matcher owner=uic-problem-matcher::"
3939
4040 - name : Run C++ Linter (clang-tidy)
41- if : strategy.job-index == 0 # run only for first OS of the matrix
41+ if : strategy.job-index == 0 && github.event_name == 'pull_request' # run only for first OS of the matrix
4242 uses : cpp-linter/cpp-linter-action@v2
4343 env :
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3232 uses : ./.github/workflows/build-windows.yml
3333 # linux build is mainly here to check it builds. We have no acrtifact now.
3434 call-build-linux :
35+ permissions :
36+ contents : read
37+ pull-requests : write
3538 needs : check-semver
3639 uses : ./.github/workflows/build-linux.yml
3740
You can’t perform that action at this time.
0 commit comments