We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af9d34 commit 14c7e7bCopy full SHA for 14c7e7b
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
# Deduplicate jobs from pull requests and branch pushes within the same repo.
45
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
46
needs: graph_proxy_code
47
- uses: ./.github/workflows/_sessionspaces_container.yaml
+ uses: ./.github/workflows/_graph_proxy_container.yaml
48
permissions:
49
contents: read
50
packages: write
0 commit comments