Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed Apr 18, 2024
1 parent 1c82479 commit 53036ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automation-autorelease.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: autorelease
on:
workflow_dispatch: {}
schedule:
# check at 11am every day
- cron: "0 11 * * *"
jobs:
autorelease:
name: autorelease
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Get Token
id: app-token
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/periodic-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Get Renovate GitHub App Token
id: app-token
Expand Down

0 comments on commit 53036ae

Please sign in to comment.