Skip to content

Commit 6ec1664

Browse files
committed
use correct default shell + other enhancements
1 parent a0f76ae commit 6ec1664

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/openfe-doc-build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Test openfe doc build
33
on:
44
workflow_dispatch:
55

6+
concurrency:
7+
group: "${{ github.workflow }}-${{ github.ref }}"
8+
cancel-in-progress: true
9+
10+
defaults:
11+
run:
12+
shell: bash -leo pipefail {0}
13+
614
jobs:
715
test-conda-build:
816
runs-on: ubuntu-latest
@@ -37,4 +45,3 @@ jobs:
3745
run: |
3846
cd openfe/docs
3947
make
40-

0 commit comments

Comments
 (0)