Fix nightly

This commit is contained in:
Daniel A. Wozniak 2025-02-04 23:33:44 -07:00
parent d72fb55597
commit 029b96c996
5 changed files with 4 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: write
actions: read # 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

@ -30,7 +30,6 @@ 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: write
actions: write # to trigger branch nightly builds
concurrency:

View file

@ -20,7 +20,6 @@ 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: write
actions: write # to trigger branch scheduled builds
concurrency:

View file

@ -45,7 +45,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: write
actions: read # for technote-space/workflow-conclusion-action to get the job statuses
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}

View file

@ -5,6 +5,8 @@ on:
workflow_run:
workflows:
- CI
- Nightly
- Stage Release
types:
- completed