mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix nightly
This commit is contained in:
parent
d72fb55597
commit
029b96c996
5 changed files with 4 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: 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
|
||||
|
|
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
@ -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:
|
||||
|
|
1
.github/workflows/scheduled.yml
vendored
1
.github/workflows/scheduled.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/workflow-finished.yml
vendored
2
.github/workflows/workflow-finished.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
workflow_run:
|
||||
workflows:
|
||||
- CI
|
||||
- Nightly
|
||||
- Stage Release
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue