Skip to content

Commit

Permalink
merge: #10680
Browse files Browse the repository at this point in the history
10680: ci: fix test result publishing r=megglos a=oleschoenburg

After merging and renaming the workflows, the trigger for the publish test results workflow needs to be updated too.


Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com>
  • Loading branch information
zeebe-bors-camunda[bot] and lenaschoenburg committed Oct 12, 2022
2 parents 8778dea + 334cad0 commit fb62d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Publish Test Results
on:
workflow_run:
workflows: [Tests]
workflows: [CI]
types:
- completed
jobs:
Expand Down

0 comments on commit fb62d65

Please sign in to comment.