Skip to content

Commit

Permalink
Renqme workflows and fix trigger
Browse files Browse the repository at this point in the history
The workflow_run actually triggers based on the textual name, not file name
CURA-11622
  • Loading branch information
wawanbreton committed Dec 5, 2024
1 parent b74c24e commit 0d0bd46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test-post.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Unit tests publishing
name: Unit tests - publish

on:
workflow_run:
workflows: [ unit-test ]
types: [ completed ]
workflows: [Unit tests - run]
types: [completed]

jobs:
publish-test-results:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Unit tests - run

on:
push:
Expand Down

0 comments on commit 0d0bd46

Please sign in to comment.