Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@ name: build

on:
push:
# These filters apply only to the current branch (`2.x`) and new branches cut from it:
# only `release/2*` branches automatically inherit this workflow.
branches:
- "2.x"
- "2.25.x"
- "release/2*"
pull_request:
types:
# Standard types
- opened
- synchronize
- reopened
# Used in Dependabot PRs to retrigger required workflows
- ready_for_review

# Cancel in-progress runs when a newer commit lands on the same PR; pushes to 2.x run to completion.
concurrency:
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ name: codeql-analysis

on:
push:
branches: [ "2.x", "main" ]
# These filters apply only to the current branch (`2.x`) and new branches cut from it:
# only `release/2*` branches automatically inherit this workflow.
branches:
- "2.x"
- "release/2*"
pull_request:
branches: [ "2.x", "main" ]
types:
# Standard types
- opened
- synchronize
- reopened
# Used in Dependabot PRs to retrigger required workflows
- ready_for_review
schedule:
- cron: '32 12 * * 5'

Expand Down
Loading