Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 5, 2023
1 parent 6c84c11 commit 84564e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
coverage_web: true
checks: "version,changelog,license,coverage,do-not-submit" # TODO(mosum):add "breaking" as soon as flutter pub get issue is resolved.
permissions:
pull-requests: write
pull-requests: write

2 changes: 1 addition & 1 deletion .github/workflows/post_summaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Trigger this workflow after the Health workflow completes. This workflow will have permissions to
# do things like create comments on the PR, even if the original workflow couldn't.
workflow_run:
workflows:
workflows:
- Health
- Publish
types:
Expand Down

0 comments on commit 84564e7

Please sign in to comment.