parent
837733b4c2
commit
553f3c2ee0
|
@ -11,6 +11,11 @@ on:
|
||||||
- stable-1
|
- stable-1
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
# Make sure there is at most one active run per PR, but do not cancel any non-PR runs
|
||||||
|
group: ${{ github.workflow }}-${{ (github.head_ref && github.event.number) || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sanity:
|
sanity:
|
||||||
name: EOL Sanity (Ⓐ${{ matrix.ansible }})
|
name: EOL Sanity (Ⓐ${{ matrix.ansible }})
|
||||||
|
|
Loading…
Reference in New Issue