mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-04 07:47:43 +00:00
Add concurrency settings to build workflow for improved deployment management
This commit is contained in:
@@ -6,6 +6,10 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
concurrency:
|
||||
group: build-and-deploy
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user