mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Pull in workflow changes from master
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Onedir Dependencies (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Onedir Dependencies (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
This commit is contained in:
parent
a37021e6b4
commit
53a7e67f36
1 changed files with 2 additions and 8 deletions
10
.github/workflows/workflow-finished.yml
vendored
10
.github/workflows/workflow-finished.yml
vendored
|
@ -3,14 +3,8 @@ run-name: Workflow Finished ${{ github.event.workflow_run.display_title }} (${{
|
|||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Nightly
|
||||
- Scheduled
|
||||
- Stage Release
|
||||
branches:
|
||||
- 3006.x
|
||||
- 3007.x
|
||||
- master
|
||||
workflows: ["Nightly", "Scheduled", "Stage Release"]
|
||||
branches: ["3006.x", "3007.x", "master"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue