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 e343ec3 commit 005803bCopy full SHA for 005803b
.github/workflows/industrial_ci.yml
@@ -10,16 +10,18 @@ on:
10
- 'docs/**'
11
- '**.md'
12
schedule:
13
- - cron: "0 1 * * 2" # Weekly on Tuesdays at 01:00(GMT)
+ - cron: "0 2 * * 0" # Weekly on Sundays at 02:00
14
15
jobs:
16
industrial_ci:
17
strategy:
18
matrix:
19
- env:
20
- - { ROS_DISTRO: jazzy, ROS_REPO: ros }
+ ROS_DISTRO: [jazzy]
+ ROS_REPO: [main]
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
24
- uses: "ros-industrial/industrial_ci@master"
25
- env: ${{ matrix.env }}
+ env:
26
+ ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
27
+ ROS_REPO: ${{ matrix.ROS_REPO }}
0 commit comments