Skip to content

Commit 4841a5e

Browse files
authored
Rename GitHub Actions workflows (#247)
* Rename workflows * Rename workflow files * Remove old workflow files * Remove old workflow files
1 parent 043ff73 commit 4841a5e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# [screencast]: https://www.youtube.com/watch?v=xUH-4y92jPg
55

6-
name: check
6+
name: Rust - Check
77

88
permissions:
99
contents: read
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: Rust - Release
22

33
on:
44
workflow_dispatch:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# [screencast]: https://www.youtube.com/watch?v=xUH-4y92jPg
55

6-
name: test
6+
name: Rust - Test
77

88
permissions:
99
contents: read

.github/workflows/ja4-wireshark-release.yml renamed to .github/workflows/wireshark-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ja4-wireshark-release
1+
name: Wireshark - Release
22
on:
33
push:
44
branches: [main]

.github/workflows/wireshark-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Wireshark Plugin Test
1+
name: Wireshark - Test
22

33
on:
44
push:

0 commit comments

Comments
 (0)