Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Nannt
3952431de2 chore: rename github actions for simplification 2024-03-14 14:34:59 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- "!(**.md|.github/CODEOWNERS)" - "!(**.md|.github/CODEOWNERS)"
test: test:
name: Run Tests name: Run Unit Tests
needs: [changes] needs: [changes]
if: ${{ needs.changes.outputs.has-files-requiring-all-checks == 'true' }} if: ${{ needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
uses: ./.github/workflows/test.yml uses: ./.github/workflows/test.yml
@@ -58,6 +58,7 @@ jobs:
secrets: inherit secrets: inherit
required: required:
name: PR Check Summary
needs: [lint, test, build, e2e-test] needs: [lint, test, build, e2e-test]
if: always() if: always()
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -3,7 +3,7 @@ on:
workflow_call: workflow_call:
jobs: jobs:
build: build:
name: Tests name: Unit Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15