mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Allow workflow disptach
This commit is contained in:
parent
d4cc7327ec
commit
f6c9181c2e
3 changed files with 3 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ env:
|
|||
permissions:
|
||||
contents: read # for dorny/paths-filter to fetch a list of changed files
|
||||
pull-requests: read # for dorny/paths-filter to read pull requests
|
||||
actions: read # for technote-space/workflow-conclusion-action to get the job statuses
|
||||
actions: write # for technote-space/workflow-conclusion-action to get the job statuses
|
||||
|
||||
concurrency:
|
||||
# Concurrency is defined in a way that concurrent builds against branches do
|
||||
|
|
1
.github/workflows/retry-workflow.yml
vendored
1
.github/workflows/retry-workflow.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Retry workflow
|
||||
run-name: Retry workflow ${{ inputs.run_id }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
4
.github/workflows/templates/layout.yml.jinja
vendored
4
.github/workflows/templates/layout.yml.jinja
vendored
|
@ -46,9 +46,7 @@ env:
|
|||
permissions:
|
||||
contents: read # for dorny/paths-filter to fetch a list of changed files
|
||||
pull-requests: read # for dorny/paths-filter to read pull requests
|
||||
<%- if workflow_slug not in ("nightly", "scheduled") %>
|
||||
actions: read # for technote-space/workflow-conclusion-action to get the job statuses
|
||||
<%- endif %>
|
||||
actions: write
|
||||
|
||||
<%- endblock permissions %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue