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 1e42e5c commit 7897294Copy full SHA for 7897294
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
variant: [default, no-thunks]
34
exclude:
35
- variant:
36
- ${{ (github.event_name == 'schedule' || github.event.inputs.nothunks) && 'default' || 'no-thunks' }}
+ ${{ (github.event_name == 'schedule' || inputs.nothunks) && 'default' || 'no-thunks' }}
37
env:
38
# Modify this value to "invalidate" the Cabal cache.
39
CABAL_CACHE_VERSION: "2024-01-29"
0 commit comments