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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: audit-toolkit
|
name: Audit Packages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: cache-windows-tests
|
name: Cache Package Tests (Windows)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
|
@ -1,4 +1,4 @@
|
||||||
name: cache-tests
|
name: Cache Package Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: codeql
|
name: CodeQL Analysis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: publish
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
|
@ -1,4 +1,4 @@
|
||||||
name: toolkit-unit-tests
|
name: Root Repository Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
|
@ -1,4 +1,4 @@
|
||||||
name: update-github
|
name: Update GitHub Dependencies
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
Loading…
Reference in New Issue