Skip to content

Commit

Permalink
using include,exclude,failfast and max-parellel
Browse files Browse the repository at this point in the history
  • Loading branch information
arushsoel authored Jul 19, 2024
1 parent 5fb48fd commit 454b3f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/matrix-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ on:
jobs:
deploy:
strategy:
fail-fast: false
max-parallel: 2
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
images: [hello-world, alpine]
exclude:
- images: alpine
os: windows-latest
include:
- images: amd64/alpine
os: ubuntu-latest
runs-on: ${{ matrix.os}}
steps:
- name: Docker info
Expand Down

0 comments on commit 454b3f1

Please sign in to comment.