Skip to content

Commit

Permalink
ci: fix cache version and job name
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Jan 17, 2024
1 parent 72955e2 commit ddd9187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push workflow
on: push

jobs:
test:
build:
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
runs-on: ubuntu-latest
steps:
Expand All @@ -12,7 +12,7 @@ jobs:
with:
node-version: 20
- name: Cache node modules
uses: actions/cache@v4
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit ddd9187

Please sign in to comment.