Skip to content

Commit b636582

Browse files
authored
Fixing workflows names (#1450)
#1442 split the workflow files, but using the same name 🤦 This little PR gives each workflow a unique name.
1 parent aec0a53 commit b636582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark_cargo_cmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "benchmark_cargo"
1+
name: "benchmark_cargo_cmp"
22

33
on:
44
# Run using manual triggers from GitHub UI:

.github/workflows/benchmark_cargo_slang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "benchmark_cargo"
1+
name: "benchmark_cargo_slang"
22

33
on:
44
# Run using manual triggers from GitHub UI:

0 commit comments

Comments
 (0)