We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.*
1 parent d04122a commit b4b4e36Copy full SHA for b4b4e36
catalog-info.yaml
@@ -47,9 +47,9 @@ spec:
47
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
48
repository: elastic/golang-crossbuild
49
cancel_intermediate_builds: true
50
- cancel_intermediate_builds_branch_filter: '!main'
+ cancel_intermediate_builds_branch_filter: '!main !1.*'
51
skip_intermediate_builds: true
52
- skip_intermediate_builds_branch_filter: '!main'
+ skip_intermediate_builds_branch_filter: '!main !1.*'
53
env:
54
ELASTIC_PR_COMMENTS_ENABLED: 'true'
55
teams:
0 commit comments