From 029b96c9969e91b71be6f58aeea4da6ef0137915 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 4 Feb 2025 23:33:44 -0700 Subject: [PATCH] Fix nightly --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 1 - .github/workflows/scheduled.yml | 1 - .github/workflows/staging.yml | 2 +- .github/workflows/workflow-finished.yml | 2 ++ 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45f8cf27216..f21a23a2822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 34eab0ea7da..af926fc01c0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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: diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index f7beed04e6e..46c04fda055 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -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: diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 8e3c6093a85..8b78622dbaa 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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 }} diff --git a/.github/workflows/workflow-finished.yml b/.github/workflows/workflow-finished.yml index 5f8ecf0ddbe..cd927b89bd9 100644 --- a/.github/workflows/workflow-finished.yml +++ b/.github/workflows/workflow-finished.yml @@ -5,6 +5,8 @@ on: workflow_run: workflows: - CI + - Nightly + - Stage Release types: - completed