Skip to content

fix(workflow): update ISO workflow regarding uploads#41

Draft
inffy wants to merge 1 commit intoget-aurora-dev:mainfrom
inffy:iso-workflow
Draft

fix(workflow): update ISO workflow regarding uploads#41
inffy wants to merge 1 commit intoget-aurora-dev:mainfrom
inffy:iso-workflow

Conversation

@inffy
Copy link
Member

@inffy inffy commented Feb 12, 2026

Small changes to uploads

  • During PR checks -> uploads job artifacts
  • Merge Queu merge -> uploads ISO to r2 testing bucket and no job artifacts

Other things are kept, like the manual workflow dispatch etc

Copilot AI review requested due to automatic review settings February 12, 2026 14:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the ISO build workflows so PR runs upload build outputs as GitHub job artifacts, while merge queue (merge_group) runs upload the ISO outputs to the Cloudflare R2 testing bucket without producing job artifacts.

Changes:

  • Switch artifact uploading in the reusable workflow to be controlled by inputs.upload_artifacts (instead of event-name checks).
  • Switch R2 upload steps in the reusable workflow to be controlled by inputs.upload_r2.
  • Update the stable ISO caller workflow to set upload_artifacts for PR checks and set upload_r2 for merge queue + schedule + manual dispatch.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/reusable-build-iso-anaconda.yml Gates artifact and R2 upload steps solely via reusable-workflow inputs.
.github/workflows/build-iso-stable.yml Sets reusable-workflow inputs based on pull_request, merge_group, schedule, and workflow_dispatch triggers to match the desired upload behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@inffy inffy changed the title fix(workflow): update ISO workflow and uploads fix(workflow): update ISO workflow regarding uploads Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant