Skip to content

Commit 76c643d

Browse files
committed
Fix
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent a602b44 commit 76c643d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_agent_docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
agent_docker_generation:
11+
runs-on: ubuntu-latest
1112
strategy:
1213
fail-fast: false
1314
matrix:
@@ -18,7 +19,7 @@ jobs:
1819
branch: galactic
1920
- ros_distribution: rolling
2021
branch: main
21-
steps:
22+
steps:
2223
- uses: actions/checkout@v3
2324
with:
2425
ref: ${{ matrix.branch }}

0 commit comments

Comments
 (0)