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:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
library_snapshot:
|
library_snapshot:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -3,6 +3,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
library_release:
|
library_release:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue