changed workflows

This commit is contained in:
2025-10-07 08:18:33 +02:00
parent 40b19824ce
commit 3072c96fb9
3 changed files with 7 additions and 11 deletions

View File

@@ -1,10 +1,9 @@
name: Unit Test
on:
workflow_run:
workflows: ["linters"]
types: [completed] #requested
push:
branches:
- main
jobs:
on-success:
@@ -35,4 +34,4 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'
- run: echo 'The triggering workflow failed'