Skip to content

Commit d9d482e

Browse files
committedOct 30, 2024
github: workflows: Fix compliance job name
Don't use "build" since it becomes difficult to distinguish this from the actual build workflows when defining rule sets for the repo. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent 558d7a1 commit d9d482e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- synchronize
1010

1111
jobs:
12-
build:
12+
compliance:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)