mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-09 16:26:20 +00:00
ci: concurrency (#931)
* ci: concurrency * no fail-fast * Apply suggestions from code review --------- Co-authored-by: Shaokun <shaokunzhang529@gmail.com>
This commit is contained in:
parent
904b5ea7cd
commit
f404b66a4c
5
.github/workflows/python-package.yml
vendored
5
.github/workflows/python-package.yml
vendored
@ -17,11 +17,16 @@ on:
|
|||||||
merge_group:
|
merge_group:
|
||||||
types: [checks_requested]
|
types: [checks_requested]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
|
||||||
|
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||||
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user