Skip to content

Commit

Permalink
ci: refine action names (#1783)
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang authored Apr 12, 2022
1 parent d162a30 commit af40194
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Dashboard (main)
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Dashboard
on:
pull_request:
branches: [main]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
types: [opened, edited]

jobs:
build:
pr-labeler:
runs-on: ubuntu-latest
name: pr-labeler
steps:
- uses: srvaroa/labeler@master
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
branches: [main]

jobs:
build:
license-header-check:
runs-on: ubuntu-latest
name: license-header-check
steps:
- name: Check License Header
uses: apache/skywalking-eyes@main

0 comments on commit af40194

Please sign in to comment.