mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Better workflow names
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
76e449951b
commit
0c4bb00c36
19 changed files with 28 additions and 9 deletions
3
.github/workflows/build-deb-packages.yml
vendored
3
.github/workflows/build-deb-packages.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Salt Packages
|
||||
---
|
||||
name: Build Debian Packages
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
1
.github/workflows/build-deb-repo.yml
vendored
1
.github/workflows/build-deb-repo.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Build DEB Apt Repository
|
||||
|
||||
on:
|
||||
|
|
3
.github/workflows/build-deps-onedir.yml
vendored
3
.github/workflows/build-deps-onedir.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Salt Packages
|
||||
---
|
||||
name: Build Packaging Dependencies Onedir
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
1
.github/workflows/build-macos-repo.yml
vendored
1
.github/workflows/build-macos-repo.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Build macOS Repository
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/build-onedir-repo.yml
vendored
1
.github/workflows/build-onedir-repo.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Build Onedir Repository
|
||||
|
||||
on:
|
||||
|
|
3
.github/workflows/build-packages.yml
vendored
3
.github/workflows/build-packages.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Salt Packages
|
||||
---
|
||||
name: Build Packages
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
3
.github/workflows/build-repos.yml
vendored
3
.github/workflows/build-repos.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Salt Packages
|
||||
---
|
||||
name: Build Repositories
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
3
.github/workflows/build-rpm-packages.yml
vendored
3
.github/workflows/build-rpm-packages.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Salt Packages
|
||||
---
|
||||
name: Build RPM Packages
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
1
.github/workflows/build-rpm-repo.yml
vendored
1
.github/workflows/build-rpm-repo.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Build RPM Repository
|
||||
|
||||
on:
|
||||
|
|
3
.github/workflows/build-salt-onedir.yml
vendored
3
.github/workflows/build-salt-onedir.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Salt Packages
|
||||
---
|
||||
name: Build Salt Onedir
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
1
.github/workflows/build-windows-repo.yml
vendored
1
.github/workflows/build-windows-repo.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Build Windows Repository
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/lint-action.yml
vendored
1
.github/workflows/lint-action.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/pre-commit-action.yml
vendored
1
.github/workflows/pre-commit-action.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Pre-Commit
|
||||
|
||||
on:
|
||||
|
|
5
.github/workflows/publish-repositories.yml
vendored
5
.github/workflows/publish-repositories.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Deploy Nightly
|
||||
---
|
||||
name: Publish Repositories
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
@ -17,7 +18,7 @@ env:
|
|||
jobs:
|
||||
|
||||
publish-repositories:
|
||||
name: Publish Reporitories
|
||||
name: Publish Repositories
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- linux
|
||||
|
|
1
.github/workflows/release-tag.yml
vendored
1
.github/workflows/release-tag.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Generate Tag and Github Release
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Generate Release Docs
|
||||
|
||||
on:
|
||||
|
|
3
.github/workflows/test-action-macos.yml
vendored
3
.github/workflows/test-action-macos.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Test Artifact
|
||||
---
|
||||
name: Test Artifact(macOS)
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
1
.github/workflows/test-action.yml
vendored
1
.github/workflows/test-action.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Test Artifact
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: New Issues Triage Assignment
|
||||
concurrency: 1
|
||||
on:
|
||||
|
|
Loading…
Add table
Reference in a new issue