Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/cron-unstable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ concurrency: unstable-build-release
jobs:
# This job provides this metadata for the other jobs to use.
unstable-build-get-meta:
if: github.repository_owner == 'fluent'
name: Get metadata to add to build
runs-on: ubuntu-latest
environment: unstable
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

unstable-build-generate-matrix:
if: github.repository_owner == 'fluent'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for these as it depends on unstable-build-get-meta job that will be blocked - I notice as well you missed the unstable-build-images job anyway so it is not consistent.

name: unstable build matrix
needs:
- unstable-build-get-meta
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
# We already detain all artefacts as build output so just capture for an unstable release.
# We make all of these on a separate repo to prevent notification spam.
unstable-release:
if: github.repository_owner == 'fluent'
runs-on: ubuntu-latest
needs:
- unstable-build-get-meta
Expand Down