mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 00:03:52 +08:00
ci: only run one instance of each workflow (#26036)
only allow one running workflow per event for each branch
This commit is contained in:
5
.github/workflows/selfdrive_tests.yaml
vendored
5
.github/workflows/selfdrive_tests.yaml
vendored
@@ -1,10 +1,15 @@
|
||||
name: selfdrive
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'testing-closet*'
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
BASE_IMAGE: openpilot-base
|
||||
CL_BASE_IMAGE: openpilot-base-cl
|
||||
|
||||
5
.github/workflows/tools_tests.yaml
vendored
5
.github/workflows/tools_tests.yaml
vendored
@@ -1,8 +1,13 @@
|
||||
name: tools
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
BASE_IMAGE: openpilot-base
|
||||
CL_BASE_IMAGE: openpilot-base-cl
|
||||
|
||||
Reference in New Issue
Block a user