|
|
@ -2,7 +2,7 @@ name: Check modules on registry.coder.com
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
- cron: "23 * * * *" # Runs at 23 minutes past the hour.
|
|
|
|
- cron: "*/13 * * * *" # Runs every 13th minute
|
|
|
|
workflow_dispatch: # Allows manual triggering of the workflow if needed
|
|
|
|
workflow_dispatch: # Allows manual triggering of the workflow if needed
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
@ -15,4 +15,4 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Run check.sh
|
|
|
|
- name: Run check.sh
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
./check.sh
|
|
|
|
./.github/scripts/check.sh
|
|
|
|