Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release-debs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags: ['*']
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-deb:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ros-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [ development, main ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-22.04
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ros-jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [ development, main ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-24.04
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ros-rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [ development, main ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-24.04
Expand Down
47 changes: 0 additions & 47 deletions 3rdparty/ixwebsocket/.clang-format

This file was deleted.

5 changes: 0 additions & 5 deletions 3rdparty/ixwebsocket/.dockerignore

This file was deleted.

66 changes: 0 additions & 66 deletions 3rdparty/ixwebsocket/.github/workflows/docker.yml

This file was deleted.

30 changes: 0 additions & 30 deletions 3rdparty/ixwebsocket/.github/workflows/mkdocs.yml

This file was deleted.

15 changes: 0 additions & 15 deletions 3rdparty/ixwebsocket/.github/workflows/unittest_linux.yml

This file was deleted.

15 changes: 0 additions & 15 deletions 3rdparty/ixwebsocket/.github/workflows/unittest_linux_asan.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions 3rdparty/ixwebsocket/.github/workflows/unittest_uwp.yml

This file was deleted.

28 changes: 0 additions & 28 deletions 3rdparty/ixwebsocket/.github/workflows/unittest_windows_gcc.yml

This file was deleted.

12 changes: 0 additions & 12 deletions 3rdparty/ixwebsocket/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions 3rdparty/ixwebsocket/.pre-commit-config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion 3rdparty/ixwebsocket/Dockerfile

This file was deleted.

Loading