Skip to content

Commit

Permalink
[ci] Fix federated safety check (flutter#3417)
Browse files Browse the repository at this point in the history
[ci] Fix federated safety check
  • Loading branch information
stuartmorgan committed Mar 10, 2023
1 parent 574b8ea commit 6d24151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Expand Up @@ -122,9 +122,9 @@ task:
# This check is only meaningful for PRs, as it validates changes
# rather than state.
- if [[ $CIRRUS_PR == "" ]]; then
- ./script/tool_runner.sh federation-safety-check
- else
- echo "Only run in presubmit"
- else
- ./script/tool_runner.sh federation-safety-check
- fi
- name: analyze
env:
Expand Down

0 comments on commit 6d24151

Please sign in to comment.