Skip to content

Commit

Permalink
fix(git-action): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 16, 2024
1 parent 29b46d0 commit 8b9d65d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
install:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Install
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -55,13 +55,13 @@ jobs:
semantic-version:
name: Semantic Release
needs: install
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -88,13 +88,13 @@ jobs:
sonarcloud:
name: SonarCloud
needs: semantic-version
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
install:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Install
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -55,13 +55,13 @@ jobs:
sonarcloud:
name: SonarCloud
needs: install
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
install:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Install
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -55,13 +55,13 @@ jobs:
semantic-version:
name: Semantic Release
needs: install
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -88,13 +88,13 @@ jobs:
sonarcloud:
name: SonarCloud
needs: semantic-version
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8b9d65d

Please sign in to comment.