Skip to content

Commit

Permalink
ci: Fix workaround (#36336)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Sep 25, 2024
1 parent 5483ffe commit aa195eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/envoy-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ./.github/workflows/_load.yml
with:
check-name: checks
head-sha: ${{ github.sha }}
# head-sha: ${{ github.sha }}

build:
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/envoy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ./.github/workflows/_load.yml
with:
check-name: publish
head-sha: ${{ github.sha }}
# head-sha: ${{ github.sha }}

build:
permissions:
Expand Down

0 comments on commit aa195eb

Please sign in to comment.