Skip to content

Commit

Permalink
fix CI names
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 9, 2024
1 parent 479e7b1 commit 6b45209
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-node-debug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mediasoup-node
name: mediasoup-node-debug

on: [pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-rust-debug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mediasoup-rust
name: mediasoup-rust-debug

on: [pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-worker-debug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mediasoup-worker
name: mediasoup-worker-debug

on: [pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-worker-fuzzer-debug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mediasoup-worker-fuzzer
name: mediasoup-worker-fuzzer-debug

on: [pull_request, workflow_dispatch]

Expand Down

0 comments on commit 6b45209

Please sign in to comment.