We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c0da2 commit 08b5240Copy full SHA for 08b5240
1 file changed
.github/workflows/nightly.yml
@@ -171,7 +171,7 @@ jobs:
171
- name: make install
172
uses: ./.github/actions/install-linux
173
- name: Setup
174
- if: ${{ !matrix.asan && !inputs.comprehensive }}
+ if: ${{ !matrix.asan || inputs.comprehensive }}
175
uses: ./.github/actions/setup-x64
176
- name: Test
177
if: ${{ inputs.comprehensive || !matrix.asan }}
0 commit comments