Skip to content

Commit

Permalink
revert: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 17, 2024
1 parent d32b539 commit 6c5be31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: Update Releases

on:
schedule:
- cron: "*/5 * * * *"
# - cron: "0 */4 * * *"
- cron: "0 */4 * * *"

permissions:
contents: write

jobs:
update-releases:
# if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6c5be31

Please sign in to comment.