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
OpenDAS
vision
Commits
f6b5b82e
"vscode:/vscode.git/clone" did not exist on "322421fae36424cdcef16ecc913e7f6e92d4b7d2"
Unverified
Commit
f6b5b82e
authored
Feb 14, 2023
by
Omkar Salpekar
Committed by
GitHub
Feb 14, 2023
Browse files
Adding RC trigger to Build Workflows (#7237)
parent
602e8ca1
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
0 deletions
+36
-0
.github/workflows/build-conda-linux.yml
.github/workflows/build-conda-linux.yml
+6
-0
.github/workflows/build-conda-m1.yml
.github/workflows/build-conda-m1.yml
+6
-0
.github/workflows/build-conda-macos.yml
.github/workflows/build-conda-macos.yml
+6
-0
.github/workflows/build-wheels-linux.yml
.github/workflows/build-wheels-linux.yml
+6
-0
.github/workflows/build-wheels-m1.yml
.github/workflows/build-wheels-m1.yml
+6
-0
.github/workflows/build-wheels-macos.yml
.github/workflows/build-wheels-macos.yml
+6
-0
No files found.
.github/workflows/build-conda-linux.yml
View file @
f6b5b82e
...
...
@@ -5,6 +5,12 @@ on:
push
:
branches
:
-
nightly
-
main
-
release/*
tags
:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
-
v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch
:
jobs
:
...
...
.github/workflows/build-conda-m1.yml
View file @
f6b5b82e
...
...
@@ -5,6 +5,12 @@ on:
push
:
branches
:
-
nightly
-
main
-
release/*
tags
:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
-
v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch
:
jobs
:
...
...
.github/workflows/build-conda-macos.yml
View file @
f6b5b82e
...
...
@@ -5,6 +5,12 @@ on:
push
:
branches
:
-
nightly
-
main
-
release/*
tags
:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
-
v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch
:
jobs
:
...
...
.github/workflows/build-wheels-linux.yml
View file @
f6b5b82e
...
...
@@ -5,6 +5,12 @@ on:
push
:
branches
:
-
nightly
-
main
-
release/*
tags
:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
-
v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch
:
jobs
:
...
...
.github/workflows/build-wheels-m1.yml
View file @
f6b5b82e
...
...
@@ -5,6 +5,12 @@ on:
push
:
branches
:
-
nightly
-
main
-
release/*
tags
:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
-
v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch
:
jobs
:
...
...
.github/workflows/build-wheels-macos.yml
View file @
f6b5b82e
...
...
@@ -5,6 +5,12 @@ on:
push
:
branches
:
-
nightly
-
main
-
release/*
tags
:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
-
v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch
:
jobs
:
...
...
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