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.
import std
1 parent 1a134bc commit 09da668Copy full SHA for 09da668
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
76
cmake-unix-modules:
77
runs-on: ${{ matrix.os }}
78
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
+ if: false
79
strategy:
80
matrix:
81
os: [ ubuntu-latest ]
@@ -99,7 +99,7 @@ jobs:
99
100
cmake-windows-modules:
101
102
103
104
105
os: [ windows-latest ]
0 commit comments