Skip to content

Commit

Permalink
Fix bench.yml CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Aug 18, 2021
1 parent 94d5d74 commit d01df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
matrix:
ghc: ['8.10.4']
os: [ubuntu-latest]
example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1']
example: ['cabal', 'lsp-types']

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

0 comments on commit d01df09

Please sign in to comment.