Skip to content

Commit b6f3787

Browse files
authored
Use sequential job execution in binary build. (#207)
1 parent ca5bc40 commit b6f3787

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/foxy-binary-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ on:
88
- foxy
99
schedule:
1010
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '43 5 * * *'
11+
- cron: '58 11 * * *'
1212

1313
jobs:
1414
foxy_binary:
1515
name: foxy binary build
1616
runs-on: ubuntu-latest
1717
strategy:
18+
max-parallel: 1
1819
matrix:
1920
env:
2021
- {ROS_DISTRO: foxy, ROS_REPO: main}

.github/workflows/foxy-semi-binary-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: foxy semi-binary build
1616
runs-on: ubuntu-latest
1717
strategy:
18+
max-parallel: 1
1819
matrix:
1920
env:
2021
- {ROS_DISTRO: foxy, ROS_REPO: main}

0 commit comments

Comments
 (0)