Skip to content

Commit 900a722

Browse files
committed
attempting another build
1 parent 55be88f commit 900a722

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/docker-base-ros-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ permissions:
33
contents: read
44
packages: write
55

6+
concurrency:
7+
group: docker-base-ros-python
8+
cancel-in-progress: true
9+
610
on:
711
workflow_run:
812
workflows: ["build-base-ros"]

.github/workflows/docker-base-ros.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ permissions:
33
contents: read
44
packages: write
55

6+
concurrency:
7+
group: docker-base-ros
8+
cancel-in-progress: true
9+
610
on:
711
push:
812
paths:
@@ -33,3 +37,4 @@ jobs:
3337
tags: ghcr.io/dimensionalos/base-ros:latest
3438
cache-from: type=gha
3539
cache-to: type=gha,mode=max
40+

0 commit comments

Comments
 (0)