mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Change to 2am
This commit is contained in:
parent
4c126fe70b
commit
e5cd25f579
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-functions.yaml
vendored
4
.github/workflows/deploy-functions.yaml
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
name: Deploy Functions
|
name: Deploy 01 Functions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *' # Runs every day at 3 AM
|
- cron: '0 2 * * *' # Runs every day at 3 AM
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
make-get-request:
|
make-get-request:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue