Update ci.yml

This commit is contained in:
Boroumand, Amir A 2024-04-22 14:18:15 -04:00
parent 1f823d6662
commit ea256ed530

View File

@ -2,6 +2,10 @@ name: Python CI
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest