Skip to content

Commit

Permalink
ci: update update-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hensou authored May 24, 2024
1 parent d792f6c commit 442450a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ name: Update versions
on:
workflow_dispatch:
schedule:
- cron: "30 10,19 * * *"
- cron: "30 10,19 * * *" # Runs at 10:30 and 19:30 UTC.

permissions:
contents: write
pull-requests: write

jobs:
release-please:
update-versions:
runs-on: ubuntu-latest
defaults:
run:
working-directory: './updateVersions'
steps:
- uses: actions/checkout@v4
- run: cd updateVersionsAction
Expand Down

0 comments on commit 442450a

Please sign in to comment.