Skip to content

Commit

Permalink
Reverted condition
Browse files Browse the repository at this point in the history
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
  • Loading branch information
CihatAltiparmak authored Sep 19, 2024
1 parent c326da6 commit 5f12c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ROS_DISTRO: [rolling, jazzy, iron]
BUILD_TYPE: [source, binary]
exclude:
- BUILD_TYPE: ${{ github.event_name == 'schedule' && 'source' || '' }}
- BUILD_TYPE: ${{ github.event_name != 'schedule' && 'source' || '' }}
env:
ROS2_REPOS_FILE_URL: 'https://raw.githubusercontent.com/ros2/ros2/${{ matrix.ROS_DISTRO }}/ros2.repos'
RMW_MIDDLEWARE_TEST_PACKAGES: 'test_rclcpp test_communication rcl'
Expand Down

0 comments on commit 5f12c6b

Please sign in to comment.