Skip to content

Commit

Permalink
Update wf for future backports
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 16, 2024
1 parent 506887f commit 6b31f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/humble-rhel-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Humble RHEL Binary Build
on:
workflow_dispatch:
push:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rolling-rhel-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Rolling RHEL Binary Build
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
push:
branches:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down

0 comments on commit 6b31f4e

Please sign in to comment.