Skip to content

Commit

Permalink
chore: whotespace [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi0 authored Aug 19, 2024
1 parent 1a7fa9c commit 7d4deb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-year.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 0 2 1 *'

jobs:
database-update:
yearly-update:
name: Scheduled Year Update
runs-on: ubuntu-latest
steps:
Expand All @@ -26,7 +26,9 @@ jobs:
git commit -m "chore🚀: updated year" || exit 0
git push
call-docker:
uses: ./.github/workflows/docker.yaml
call-docker:
uses: ./.github/workflows/docker.yaml
needs:
- yearly-update


0 comments on commit 7d4deb6

Please sign in to comment.