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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user