Skip to content

Commit

Permalink
revert: test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 27, 2024
1 parent b4fb880 commit c260d53
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-releases.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Update Releases

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

permissions:
contents: write
pull-requests: write

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

steps:
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
branch: update-releases
branch-suffix: timestamp
base: develop
title: "Updated Releases"
title: "chore: updated releases"
body: |
This is an auto-generated pull request that updates releases.
reviewers: tusharmath
Expand Down

0 comments on commit c260d53

Please sign in to comment.