Skip to content

Commit

Permalink
Update upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony authored Jan 5, 2024
1 parent c3f1d62 commit 94cf16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
json-yaml-validate:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
files: "lc.json"

upload:
needs: json-yaml-validate
needs: validate
runs-on: ubuntu-latest
steps:
- name: Upload to DO Spaces
Expand Down

0 comments on commit 94cf16f

Please sign in to comment.