We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d84152 + 345df5e commit da134caCopy full SHA for da134ca
.github/workflows/android-pr.yml
@@ -76,6 +76,15 @@ jobs:
76
filters: |
77
cli_tools_changed:
78
- 'cli/**'
79
+
80
+ - name: Checkout the repo
81
+ if: steps.changes.outputs.cli_tools_changed == 'true'
82
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83
84
+ - name: Prepares environment
85
86
+ uses: ./.github/actions/setup
87
88
- name: Build CLI tools
89
# run only if CLI tools were changed
90
if: steps.changes.outputs.cli_tools_changed == 'true'
0 commit comments