Attempting to force BASH to get used.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m11s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m11s
This commit is contained in:
parent
2f89c2391d
commit
406bce8870
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,10 @@ on:
|
|||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
library_snapshot:
|
||||
runs-on: docker
|
||||
|
|
|
@ -3,6 +3,10 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
library_release:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue