Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 28, 2024
1 parent cc1cfdc commit b38f3e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-releases.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Update Releases

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

permissions:
contents: write
pull-requests: write

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

steps:
Expand Down

0 comments on commit b38f3e1

Please sign in to comment.