Skip to content

Commit 14c7e7b

Browse files
committed
Fix graph proxy container CI
1 parent 7af9d34 commit 14c7e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Deduplicate jobs from pull requests and branch pushes within the same repo.
4545
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
4646
needs: graph_proxy_code
47-
uses: ./.github/workflows/_sessionspaces_container.yaml
47+
uses: ./.github/workflows/_graph_proxy_container.yaml
4848
permissions:
4949
contents: read
5050
packages: write

0 commit comments

Comments
 (0)