Loading .github/workflows/android-pr.yml +9 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,15 @@ jobs: filters: | cli_tools_changed: - 'cli/**' - name: Checkout the repo if: steps.changes.outputs.cli_tools_changed == 'true' uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Prepares environment if: steps.changes.outputs.cli_tools_changed == 'true' uses: ./.github/actions/setup - name: Build CLI tools # run only if CLI tools were changed if: steps.changes.outputs.cli_tools_changed == 'true' Loading Loading
.github/workflows/android-pr.yml +9 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,15 @@ jobs: filters: | cli_tools_changed: - 'cli/**' - name: Checkout the repo if: steps.changes.outputs.cli_tools_changed == 'true' uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Prepares environment if: steps.changes.outputs.cli_tools_changed == 'true' uses: ./.github/actions/setup - name: Build CLI tools # run only if CLI tools were changed if: steps.changes.outputs.cli_tools_changed == 'true' Loading