Skip to content

Commit f3caa81

Browse files
Remove RHEL builds from PRs (#267)
1 parent 4ce82df commit f3caa81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rolling-rhel-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Rolling RHEL Binary Build
22
on:
3-
pull_request:
4-
branches:
5-
- master
3+
workflow_dispatch:
64
push:
75
branches:
86
- master
@@ -17,7 +15,7 @@ jobs:
1715
runs-on: ubuntu-latest
1816
env:
1917
ROS_DISTRO: rolling
20-
container: ghcr.io/ros-controls/ros:${{ env.ROS_DISTRO }}-rhel
18+
container: ghcr.io/ros-controls/ros:rolling-rhel
2119
steps:
2220
- uses: actions/checkout@v3
2321
with:

0 commit comments

Comments
 (0)