mirror of https://github.com/actions/toolkit
Rename workflows
parent
4b64bfdf9b
commit
737377e434
|
@ -1,4 +1,4 @@
|
|||
name: artifact-unit-tests
|
||||
name: Artifact Package Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: audit-toolkit
|
||||
name: Audit Packages
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: cache-windows-tests
|
||||
name: Cache Package Tests (Windows)
|
||||
|
||||
on:
|
||||
push:
|
|
@ -1,4 +1,4 @@
|
|||
name: cache-tests
|
||||
name: Cache Package Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: codeql
|
||||
name: CodeQL Analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: publish
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
|
@ -1,4 +1,4 @@
|
|||
name: toolkit-unit-tests
|
||||
name: Root Repository Tests
|
||||
|
||||
on:
|
||||
push:
|
|
@ -1,4 +1,4 @@
|
|||
name: update-github
|
||||
name: Update GitHub Dependencies
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
Loading…
Reference in New Issue