Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
82b7d31c
Unverified
Commit
82b7d31c
authored
Oct 08, 2022
by
James Lamb
Committed by
GitHub
Oct 08, 2022
Browse files
[ci] run CI on pull requests targeting release/ branches (#5527)
parent
3eb68e85
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+1
-0
.github/workflows/optional_checks.yml
.github/workflows/optional_checks.yml
+1
-0
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+1
-0
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+1
-0
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+1
-0
.vsts-ci.yml
.vsts-ci.yml
+1
-0
No files found.
.github/workflows/cuda.yml
View file @
82b7d31c
...
@@ -7,6 +7,7 @@ on:
...
@@ -7,6 +7,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
master
-
master
-
release/*
env
:
env
:
github_actions
:
'
true'
github_actions
:
'
true'
...
...
.github/workflows/optional_checks.yml
View file @
82b7d31c
...
@@ -4,6 +4,7 @@ on:
...
@@ -4,6 +4,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
master
-
master
-
release/*
jobs
:
jobs
:
all-successful
:
all-successful
:
...
...
.github/workflows/python_package.yml
View file @
82b7d31c
...
@@ -7,6 +7,7 @@ on:
...
@@ -7,6 +7,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
master
-
master
-
release/*
env
:
env
:
CONDA_ENV
:
test-env
CONDA_ENV
:
test-env
...
...
.github/workflows/r_package.yml
View file @
82b7d31c
...
@@ -7,6 +7,7 @@ on:
...
@@ -7,6 +7,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
master
-
master
-
release/*
env
:
env
:
# hack to get around this:
# hack to get around this:
...
...
.github/workflows/static_analysis.yml
View file @
82b7d31c
...
@@ -9,6 +9,7 @@ on:
...
@@ -9,6 +9,7 @@ on:
pull_request
:
pull_request
:
branches
:
branches
:
-
master
-
master
-
release/*
env
:
env
:
COMPILER
:
'
gcc'
COMPILER
:
'
gcc'
...
...
.vsts-ci.yml
View file @
82b7d31c
...
@@ -7,6 +7,7 @@ trigger:
...
@@ -7,6 +7,7 @@ trigger:
-
v*
-
v*
pr
:
pr
:
-
master
-
master
-
release/*
variables
:
variables
:
AZURE
:
'
true'
AZURE
:
'
true'
PYTHON_VERSION
:
'
3.10'
PYTHON_VERSION
:
'
3.10'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment