CI: pr-test-docker should look for itself not for integration test (#112840)

pr-test-docker should look for itself not for integration test
This commit is contained in:
Kevin Minehart
2025-10-23 08:28:40 +00:00
committed by GitHub
parent 043451685b
commit 24d3c88c09
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
id: detect-changes
uses: ./.github/actions/change-detection
with:
self: .github/workflows/pr-test-integration.yml
self: .github/workflows/pr-test-docker.yml
build-dockerfile:
needs: detect-changes