We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691d821 commit c0afe7dCopy full SHA for c0afe7d
.github/workflows/bench.yml
@@ -12,6 +12,9 @@ jobs:
12
os: [ubuntu-latest]
13
14
steps:
15
+ # Cancel queued workflows from earlier commits in this branch
16
+ - uses: fkirc/skip-duplicate-actions@master
17
+
18
- uses: actions/checkout@v2
19
- run: git fetch origin master # check the master branch for benchmarking
20
- uses: haskell/actions/setup@v1
@@ -81,6 +84,9 @@ jobs:
81
84
example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1']
82
85
83
86
87
88
89
90
91
with:
92
ghc-version: ${{ matrix.ghc }}
0 commit comments