Skip to content

Commit

Permalink
fix: cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Dec 31, 2024
1 parent 6b7b7db commit b986c12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Push

concurrency:
group: push

on:
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -22,8 +25,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
node-version: 22

- name: Install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run tests

on: [push, pull_request]
on: [pull_request]

jobs:
build:
Expand Down

0 comments on commit b986c12

Please sign in to comment.