Skip to content

Commit d01df09

Browse files
committed
Fix bench.yml CI script
1 parent 94d5d74 commit d01df09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
matrix:
109109
ghc: ['8.10.4']
110110
os: [ubuntu-latest]
111-
example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1']
111+
example: ['cabal', 'lsp-types']
112112

113113
steps:
114114
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}

0 commit comments

Comments
 (0)