Skip to content

Commit a9667cc

Browse files
committed
CI: {caching,test,bench}: rm default to bash
1 parent 131866e commit a9667cc

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Benchmark
22

3-
defaults:
4-
run:
5-
shell: bash
6-
73
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
84
concurrency:
95
group: ${{ github.head_ref }}-${{ github.workflow }}

.github/workflows/caching.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ name: Caching
1717
# That is a short story why `dist-newstyle` (especially full) currently is not
1818
# includded into `master` or PR caches.
1919

20-
defaults:
21-
run:
22-
shell: bash
23-
2420
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
2521
concurrency:
2622
group: ${{ github.head_ref }}-${{ github.workflow }}

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Testing
22

3-
defaults:
4-
run:
5-
shell: bash
6-
73
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
84
concurrency:
95
group: ${{ github.head_ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)