We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701698 commit 9f4a979Copy full SHA for 9f4a979
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- python.json
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v5 # required for running the local validate action in the next step
19
- uses: ./validator
20
with:
21
config: ${{ matrix.config }}
.github/workflows/trigger.yml
@@ -5,7 +5,8 @@ on:
5
- trigger.ts
6
- .github/workflows/trigger.yml
7
schedule: # make sure renovate checks at least once an hour
8
- - cron: "30 * * * *" # hourly https://crontab.guru/#0_*_*_*_*
+ # every hour at minute thirty https://crontab.guru/#30_%2A_%2A_%2A_%2A
9
+ - cron: "30 * * * *"
10
workflow_dispatch: # trigger it for other repos from the browser
11
inputs:
12
repo:
0 commit comments