Skip to content

Commit 005803b

Browse files
committed
Change CI syntax
1 parent e343ec3 commit 005803b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/industrial_ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ on:
1010
- 'docs/**'
1111
- '**.md'
1212
schedule:
13-
- cron: "0 1 * * 2" # Weekly on Tuesdays at 01:00(GMT)
13+
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00
1414

1515
jobs:
1616
industrial_ci:
1717
strategy:
1818
matrix:
19-
env:
20-
- { ROS_DISTRO: jazzy, ROS_REPO: ros }
19+
ROS_DISTRO: [jazzy]
20+
ROS_REPO: [main]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: "ros-industrial/industrial_ci@master"
25-
env: ${{ matrix.env }}
25+
env:
26+
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
27+
ROS_REPO: ${{ matrix.ROS_REPO }}

0 commit comments

Comments
 (0)