Skip to content

Commit 350c2aa

Browse files
Update wf for future backports (#1303)
1 parent 506887f commit 350c2aa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Humble RHEL Binary Build
22
on:
33
workflow_dispatch:
4+
push:
45
branches:
56
- humble
67
pull_request:
78
branches:
89
- humble
9-
push:
10-
branches:
11-
- humble
1210
schedule:
1311
# Run every day to detect flakiness and broken dependencies
1412
- cron: '03 1 * * *'

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Rolling RHEL Binary Build
22
on:
33
workflow_dispatch:
4+
push:
45
branches:
56
- master
67
pull_request:
78
branches:
89
- master
9-
push:
10-
branches:
11-
- master
1210
schedule:
1311
# Run every day to detect flakiness and broken dependencies
1412
- cron: '03 1 * * *'

0 commit comments

Comments
 (0)