Skip to content

Commit 99112b3

Browse files
committed
Retry reusable workflow.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent 05a84bf commit 99112b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/dockerfiles-changed.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
docker-hub-token: ${{ secrets.DOCKER_TOKEN }}
2727
container-image: rcdt/robotics:${{ github.ref_name }}-latest
2828
ros-workspace:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: ./.github/workflows/ros-workspace.yml
32-
with:
33-
container-image: rcdt/robotics:${{ github.ref_name }}-latest
29+
uses: ./.github/workflows/ros-workspace.yml
30+
with:
31+
container-image: rcdt/robotics:${{ github.ref_name }}-latest

0 commit comments

Comments
 (0)