mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-15 00:00:30 +08:00
add name to GA jobs
This commit is contained in:
5
.github/workflows/audit.yml
vendored
5
.github/workflows/audit.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Audit"
|
||||
name: Audit
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
@ -8,7 +8,8 @@ on:
|
||||
- cron: '09 22 * * *'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
audit:
|
||||
name: Audit
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Test"
|
||||
name: Test
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
@ -9,6 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
Reference in New Issue
Block a user