mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +08:00
[ci] Fix federated safety check (#3417)
[ci] Fix federated safety check
This commit is contained in:
@ -122,9 +122,9 @@ task:
|
|||||||
# This check is only meaningful for PRs, as it validates changes
|
# This check is only meaningful for PRs, as it validates changes
|
||||||
# rather than state.
|
# rather than state.
|
||||||
- if [[ $CIRRUS_PR == "" ]]; then
|
- if [[ $CIRRUS_PR == "" ]]; then
|
||||||
- ./script/tool_runner.sh federation-safety-check
|
|
||||||
- else
|
|
||||||
- echo "Only run in presubmit"
|
- echo "Only run in presubmit"
|
||||||
|
- else
|
||||||
|
- ./script/tool_runner.sh federation-safety-check
|
||||||
- fi
|
- fi
|
||||||
- name: analyze
|
- name: analyze
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user