Update QUICHE from 7df7521b0 to b4deacb23 (#31224) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Envoy/prechecks | |
permissions: | |
contents: read | |
on: | |
push: | |
branches: | |
- main | |
- release/v* | |
pull_request_target: | |
paths: | |
- '**/requirements*.txt' | |
- '**/go.mod' | |
- '**/*.bzl' | |
- tools/dependency/BUILD | |
- WORKSPACE | |
- .github/workflows/envoy-prechecks.yml | |
- .github/workflows/_*.yml | |
concurrency: | |
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
env: | |
uses: ./.github/workflows/_env.yml | |
with: | |
prime-build-image: true | |
check-mobile-run: false | |
permissions: | |
contents: read | |
packages: read | |
pull-requests: read | |
deps: | |
needs: | |
- env | |
uses: ./.github/workflows/_precheck_deps.yml | |
name: Precheck ${{ needs.env.outputs.repo-ref-title }} | |
with: | |
build-image-ubuntu: ${{ needs.env.outputs.build_image_ubuntu }} | |
dependency-review: ${{ github.event_name == 'pull_request_target' && github.repository == 'envoyproxy/envoy' }} | |
repo-ref: ${{ needs.env.outputs.repo-ref }} | |
permissions: | |
contents: read | |
packages: read |