Skip to content

Commit

Permalink
Fix graph proxy container CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Oct 28, 2024
1 parent 7af9d34 commit 14c7e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
needs: graph_proxy_code
uses: ./.github/workflows/_sessionspaces_container.yaml
uses: ./.github/workflows/_graph_proxy_container.yaml
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 14c7e7b

Please sign in to comment.