We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4517e21 + 6b44b1c commit d4ef997Copy full SHA for d4ef997
.github/workflows/github-actions-demo.yml
@@ -1,6 +1,9 @@
1
name: GitHub Actions Demo
2
run-name: ${{ github.actor }} made a push.
3
-on: [push]
+on:
4
+ schedule:
5
+ - cron: '0 8 * * *'
6
+ push:
7
jobs:
8
Explore-GitHub-Actions:
9
runs-on: ubuntu-latest
app/config/settings.py
@@ -7,4 +7,4 @@
class Settings(BaseSettings):
10
- TEST_URL: HttpUrl = "https://api.sunrisesunset.io/json?lat=29.7604&lng=-95.3698&timezone=UTC&date=today"
+ TEST_URL: HttpUrl = "https://api.sunrisesunset.io/json?lat=29.7604&lng=-95.3698&timezone=America/Chicago&date=today"
0 commit comments