Skip to content

Commit

Permalink
Refactor CI hourly workflow to run on a fixed schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 17, 2024
1 parent d6283a2 commit d10caee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: "Hourly Job"

on:
schedule:
- cron: "0 * * * *"
# @TODO-ZM: remove this
push:
branches:
- "hourly-metrics"
- cron: "0 * * * *" # every hour

jobs:
build:
Expand Down

0 comments on commit d10caee

Please sign in to comment.