Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jun 7, 2024
1 parent 23d957d commit 61f1c85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-hello-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# schedule:
# - cron: '30 15 * * *'
# push: # git push
# branch:
# branches:
# - main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-test-django-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 2 - Test Django Basic
on:
workflow_dispatch:
# push:
# branch:
# branches:
# - main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3-test-django-env-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 3 - Test Django Env Vars
on:
workflow_dispatch:
# push:
# branch:
# branches:
# - main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4-test-django-database-url.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 4 - Test Django with Actions Secret Database URL
on:
workflow_dispatch:
# push:
# branch:
# branches:
# - main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/5-neon-db-branch-django-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 5 - Branch Neon DB for Django Tests
on:
workflow_dispatch:
push:
branch:
branches:
- main

jobs:
Expand Down

0 comments on commit 61f1c85

Please sign in to comment.