forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 2
47 lines (42 loc) · 1.07 KB
/
envoy-prechecks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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