File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- unstable
7
7
- stable
8
- - capella
9
8
tags :
10
9
- v*
11
10
35
34
run : |
36
35
echo "VERSION=latest" >> $GITHUB_ENV
37
36
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
38
- - name : Extract version (if capella)
39
- if : github.event.ref == 'refs/heads/capella'
40
- run : |
41
- echo "VERSION=capella" >> $GITHUB_ENV
42
- echo "VERSION_SUFFIX=" >> $GITHUB_ENV
43
37
- name : Extract version (if tagged release)
44
38
if : startsWith(github.event.ref, 'refs/tags')
45
39
run : |
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
paths :
9
9
- ' book/**'
10
+ merge_group :
10
11
11
12
jobs :
12
13
linkcheck :
Original file line number Diff line number Diff line change 6
6
branches :
7
7
- unstable
8
8
pull_request :
9
+ merge_group :
9
10
10
11
jobs :
11
12
run-local-testnet :
Original file line number Diff line number Diff line change 8
8
- trying
9
9
- ' pr/*'
10
10
pull_request :
11
+ merge_group :
11
12
env :
12
13
# Deny warnings in CI
13
14
# Disable debug info (see https://github.com/sigp/lighthouse/issues/4005)
20
21
target-branch-check :
21
22
name : target-branch-check
22
23
runs-on : ubuntu-latest
23
- if : github.event_name == 'pull_request'
24
+ if : github.event_name == 'pull_request' || github.event_name == 'merge_group'
24
25
steps :
25
26
- name : Check that the pull request is not targeting the stable branch
26
27
run : test ${{ github.base_ref }} != "stable"
You can’t perform that action at this time.
0 commit comments