mirror of
https://github.com/marado/RNID.git
synced 2024-12-21 11:34:15 +00:00
parent
e52da78a89
commit
b2ef7fc6d7
6
.github/workflows/scripts.yml
vendored
6
.github/workflows/scripts.yml
vendored
@ -2,15 +2,15 @@ name: Validação automática
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Every day at 20:25 UTC
|
||||
- cron: '25 20 * * *'
|
||||
# Every day at 15:40 UTC
|
||||
- cron: '40 15 * * *'
|
||||
|
||||
jobs:
|
||||
run-validation-scripts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run validation scripts
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user