Skip to content

Commit 7e0f623

Browse files
authored
Remove redundant license-header-check CI job (#16451)
1 parent 4084894 commit 7e0f623

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ on:
3939
workflow_dispatch:
4040

4141
jobs:
42-
# Check license header
43-
license-header-check:
44-
runs-on: ubuntu-latest
45-
name: Check License Header
46-
steps:
47-
- uses: actions/checkout@v4
48-
- uses: korandoru/hawkeye@v6
49-
5042
# Check crate compiles and base cargo check passes
5143
linux-build-lib:
5244
name: linux build test

0 commit comments

Comments
 (0)