Skip to content

Commit

Permalink
ci: Rename request/checks workflow (#37033)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Nov 8, 2024
1 parent 1b61687 commit 9bc8051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
checks:
if: ${{ github.repository == 'envoyproxy/envoy' || vars.ENVOY_CI }}
needs: incoming
uses: ./.github/workflows/_start.yml
uses: ./.github/workflows/_request_checks.yml
secrets:
app-id: ${{ secrets.app-id }}
app-key: ${{ secrets.app-key }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ env:
jobs:
start:
runs-on: ubuntu-22.04
name: Start checks
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected]
id: check-config
Expand Down

0 comments on commit 9bc8051

Please sign in to comment.