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
3d33c756
Unverified
Commit
3d33c756
authored
Dec 29, 2022
by
James Lamb
Committed by
GitHub
Dec 29, 2022
Browse files
[ci] automatically cancel GitHub Actions runs for outdated commits (#5651)
parent
46278af5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+5
-0
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+5
-0
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+5
-0
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+5
-0
No files found.
.github/workflows/cuda.yml
View file @
3d33c756
...
@@ -9,6 +9,11 @@ on:
...
@@ -9,6 +9,11 @@ on:
-
master
-
master
-
release/*
-
release/*
# automatically cancel in-progress builds if another commit is pushed
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
env
:
env
:
github_actions
:
'
true'
github_actions
:
'
true'
os_name
:
linux
os_name
:
linux
...
...
.github/workflows/python_package.yml
View file @
3d33c756
...
@@ -9,6 +9,11 @@ on:
...
@@ -9,6 +9,11 @@ on:
-
master
-
master
-
release/*
-
release/*
# automatically cancel in-progress builds if another commit is pushed
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
env
:
env
:
CONDA_ENV
:
test-env
CONDA_ENV
:
test-env
GITHUB_ACTIONS
:
'
true'
GITHUB_ACTIONS
:
'
true'
...
...
.github/workflows/r_package.yml
View file @
3d33c756
...
@@ -9,6 +9,11 @@ on:
...
@@ -9,6 +9,11 @@ on:
-
master
-
master
-
release/*
-
release/*
# automatically cancel in-progress builds if another commit is pushed
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
env
:
env
:
# hack to get around this:
# hack to get around this:
# https://stat.ethz.ch/pipermail/r-package-devel/2020q3/005930.html
# https://stat.ethz.ch/pipermail/r-package-devel/2020q3/005930.html
...
...
.github/workflows/static_analysis.yml
View file @
3d33c756
...
@@ -11,6 +11,11 @@ on:
...
@@ -11,6 +11,11 @@ on:
-
master
-
master
-
release/*
-
release/*
# automatically cancel in-progress builds if another commit is pushed
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
env
:
env
:
COMPILER
:
'
gcc'
COMPILER
:
'
gcc'
CONDA_ENV
:
test-env
CONDA_ENV
:
test-env
...
...
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