Skip to content

Commit

Permalink
Fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Feb 5, 2025
1 parent d72fb55 commit 029b96c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflow-finished.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
workflow_run:
workflows:
- CI
- Nightly
- Stage Release
types:
- completed

Expand Down

0 comments on commit 029b96c

Please sign in to comment.