-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into session_inline_cte
- Loading branch information
Showing
149 changed files
with
3,371 additions
and
1,075 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
name: BR & Lightning | ||
name: BR & Lightning | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- 'release-[0-9].[0-9]*' | ||
- "release-[0-9].[0-9]*" | ||
paths: | ||
- 'br/**' | ||
- '!**.html' | ||
- '!**.md' | ||
- '!CNAME' | ||
- '!LICENSE' | ||
- '!br/docs/**' | ||
- '!br/tests/**' | ||
- '!br/docker/**' | ||
#change trigger policy | ||
- "br/**" | ||
- "!**.html" | ||
- "!**.md" | ||
- "!CNAME" | ||
- "!LICENSE" | ||
- "!br/docs/**" | ||
- "!br/tests/**" | ||
- "!br/docker/**" | ||
#change trigger policy | ||
pull_request: | ||
types: | ||
- labeled # <-- | ||
- labeled # <-- | ||
branches: | ||
- master | ||
- 'release-[0-9].[0-9]*' | ||
- "release-[0-9].[0-9]*" | ||
paths: | ||
- 'br/**' | ||
- '!**.html' | ||
- '!**.md' | ||
- '!CNAME' | ||
- '!LICENSE' | ||
- '!br/docs/**' | ||
- '!br/tests/**' | ||
- '!br/docker/**' | ||
- "br/**" | ||
- "!**.html" | ||
- "!**.md" | ||
- "!CNAME" | ||
- "!LICENSE" | ||
- "!br/docs/**" | ||
- "!br/tests/**" | ||
- "!br/docker/**" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -45,13 +45,13 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
go-version-file: 'go.mod' | ||
|
||
- name: Run build | ||
run: make build_tools | ||
|
||
compile: | ||
if: github.event_name == 'pull_request' && github.event.label.name == 'action/run-br-cross-platform-build' | ||
name: Compile for ${{ matrix.os }} / ${{ matrix.target}} | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.