Skip to content

Commit

Permalink
Update check_updates.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Carbon <[email protected]>
  • Loading branch information
Carbon225 authored and djstrong committed Dec 18, 2023
1 parent 27959b4 commit d88a46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '33 0 * * *'

jobs:
test:
check_updates:

runs-on: ubuntu-latest

Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Check changes
run: |
git status
git diff --exit-code --name-only
git diff --exit-code --name-only -- . ':!tools/updater/package-lock.json' ':!tools/updater/package.json'

0 comments on commit d88a46e

Please sign in to comment.