Skip to content

Commit 9949e00

Browse files
committed
feat(ci): cancel concurrent jobs
1 parent c05d11f commit 9949e00

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build_and_push_docker.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request:
99
workflow_dispatch:
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
build-and-push:
1317
runs-on: [self-hosted, cpu, heavy, gpu]
@@ -43,3 +47,4 @@ jobs:
4347
IMAGE="robotecai/agentic-mobile-manipulator-o3de:latest"
4448
docker pull "$IMAGE"
4549
docker run --rm --entrypoint pixi "$IMAGE" run sim-smoke
50+

0 commit comments

Comments
 (0)