Skip to content

Commit

Permalink
ci: cleanup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jul 8, 2024
1 parent 32fe1ee commit 79ba54a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: test_lint
strategy:
matrix:
node: ['18', '20']
node: ['20']
os: [ubuntu-latest]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/ci.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Sonar analysis
on:
push:
branches:
- '**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down

0 comments on commit 79ba54a

Please sign in to comment.