We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5bc40 commit b6f3787Copy full SHA for b6f3787
.github/workflows/foxy-binary-build.yml
@@ -8,13 +8,14 @@ on:
8
- foxy
9
schedule:
10
# Run every morning to detect flakiness and broken dependencies
11
- - cron: '43 5 * * *'
+ - cron: '58 11 * * *'
12
13
jobs:
14
foxy_binary:
15
name: foxy binary build
16
runs-on: ubuntu-latest
17
strategy:
18
+ max-parallel: 1
19
matrix:
20
env:
21
- {ROS_DISTRO: foxy, ROS_REPO: main}
.github/workflows/foxy-semi-binary-build.yml
@@ -15,6 +15,7 @@ jobs:
name: foxy semi-binary build
0 commit comments