diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2016a08c0..e8f741de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: needs: changes if: needs.changes.outputs.python == 'true' || needs.changes.outputs.deps == 'true' name: CLI integration test - uses: ./.github/workflows/_integration_test.yml + uses: ./.github/workflows/ci_integration_tests.yml secrets: inherit ci_success: diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/ci_integration_tests.yml similarity index 100% rename from .github/workflows/_integration_test.yml rename to .github/workflows/ci_integration_tests.yml