Skip to content
Snippets Groups Projects
Unverified Commit ca7c933e authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Cancel PR workflow on new push

parent 343122e1
No related branches found
No related tags found
No related merge requests found
Pipeline #35838 passed with warnings
name: JRL-cmakemodules
on: [push,pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
with-submodules:
......
name: Check build on linux
on: ["push", "pull_request"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
......
name: Conda-CI
on: [push,pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
eigenpy-conda:
......
name: Ensure relocatable
on: [push,pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
relocatable:
......
......@@ -5,6 +5,9 @@ name: ROS-CI
# This determines when this workflow is run
on: [push, pull_request] # on all pushes and PRs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
CI:
......
name: Build Eigenpy on Windows via Conda
on: [push,pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment