Skip to content

Commit

Permalink
Try fixing the DeepSource workflow not triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Sep 29, 2023
1 parent 8ed721d commit b07fed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests and Static Analysis
name: "Run Tests and Static Analysis"
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Report Test Coverage
on:
workflow_run:
workflows:
- Run Tests and Static Analysis
- "Run Tests and Static Analysis"
types: [completed]

jobs:
Expand Down

0 comments on commit b07fed7

Please sign in to comment.