This commit is contained in:
parent
0db4b9c48b
commit
3fdaa9219d
@ -6,13 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
strategy:
|
runs-on: ubuntu-20.04
|
||||||
matrix:
|
|
||||||
arch: ["ubuntu-latest:20.04"]
|
|
||||||
git-version: ["2.38.4"]
|
|
||||||
max-parallel: 3
|
|
||||||
fail-fast: true
|
|
||||||
runs-on: ${{ matrix.arch }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user