Skip to content

Commit 8db119c

Browse files
committed
Rename workflows
1 parent 35de7cd commit 8db119c

8 files changed

Lines changed: 14 additions & 13 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: benchmark_linux
20+
name: linux_benchmark
2121

2222
# Workflow triggers:
2323
on:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: examples_linux
20+
name: linux_examples
2121

2222
# Workflow triggers:
2323
on:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: test_linux
20+
name: linux_test
2121

2222
# Workflow triggers:
2323
on:
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: benchmark_macos
20+
name: macos_benchmark
2121

2222
# Workflow triggers:
2323
on:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#/
1818

1919
# Workflow name:
20-
name: test_macos
20+
name: macos_test
2121

2222
# Workflow triggers:
2323
on:
File renamed without changes.

.github/workflows/slack.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ name: slack
2323
on:
2424
workflow_run:
2525
workflows:
26-
- benchmark_linux
27-
- benchmark_macos
28-
- examples_linux
29-
- test_cov
30-
- test_linux
31-
- test_macos
32-
- test_npm_install_linux
33-
- test_npm_install_macos
26+
- linux_benchmark
27+
- linux_examples
28+
- linux_test
29+
- linux_test_cov
30+
- linux_test_npm_install
31+
- macos_benchmark
32+
- macos_test
33+
- macos_test_cov
34+
- macos_test_npm_install
3435
types:
3536
- completed
3637

0 commit comments

Comments
 (0)