Testing new pipeline

This commit is contained in:
2025-04-27 16:00:11 +02:00
committed by GitHub
parent 44693c8adf
commit d865030d71

View File

@@ -30,10 +30,10 @@ jobs:
needs: lint needs: lint
# Only when lint fails, and its a push to develop branch # Only when lint fails, and its a push to develop branch
if: | if: |
failure() && (needs.lint.result == 'failure' &&
needs.lint.outputs.needs_formatting == 'true' && needs.lint.outputs.needs_formatting == 'true') &&
github.event_name == 'push' && github.event_name == 'push' &&
github.ref == 'refs/heads/develop' # github.ref == 'refs/heads/develop'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -64,7 +64,6 @@ jobs:
test: test:
runs-on: macos-latest runs-on: macos-latest
needs: lint
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -81,7 +80,6 @@ jobs:
build: build:
runs-on: macos-latest runs-on: macos-latest
needs: test
if: false # skips job if: false # skips job
steps: steps: