Allow workflow disptach

This commit is contained in:
Daniel A. Wozniak 2025-02-02 15:02:04 -07:00 committed by Daniel Wozniak
parent d4cc7327ec
commit f6c9181c2e
3 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
name: Retry workflow
run-name: Retry workflow ${{ inputs.run_id }}
on:
workflow_dispatch:

View file

@ -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 %>