Skip to content

Commit 5f55d30

Browse files
committed
Remove old workflow files
1 parent ba1bb0b commit 5f55d30

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

.github/workflows/check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Rust - Check (old)
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
noop:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: ":" # bash no-op
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Wireshark - Release (old)
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
noop:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: ":" # bash no-op

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Rust - Release (old)
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
noop:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: ":" # bash no-op

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Rust - Test (old)
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
noop:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: ":" # bash no-op

0 commit comments

Comments
 (0)