Skip to content

IONOS(ci): Allow rc branches in artifactory push job - #275

Merged
bromiesTM merged 1 commit into
rc/web-3.5from
kh/dev/hotfix-pipeline-for-rc-branches
Jul 9, 2026
Merged

IONOS(ci): Allow rc branches in artifactory push job#275
bromiesTM merged 1 commit into
rc/web-3.5from
kh/dev/hotfix-pipeline-for-rc-branches

Conversation

@bromiesTM

Copy link
Copy Markdown

No description provided.

Signed-off-by: Kai Henseler <kai.henseler@strato.de>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the HiDrive Next Build GitHub Actions workflow to allow release-candidate (rc/*) branches to run the “Push to artifactory” job, aligning the job gating with the workflow’s existing on.push.branches configuration.

Changes:

  • Extend the upload-to-artifactory job-level if: condition to include rc/* branches via startsWith(github.ref_name, 'rc/').

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

if: |
always() &&
(github.event_name == 'pull_request' || github.ref_name == 'ionos-dev-v30' || github.ref_name == 'ionos-stable-v30') &&
(github.event_name == 'pull_request' || github.ref_name == 'ionos-dev-v30' || github.ref_name == 'ionos-stable-v30' || startsWith(github.ref_name, 'rc/')) &&

@printminion-co printminion-co left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bromiesTM
bromiesTM merged commit 7496ee3 into rc/web-3.5 Jul 9, 2026
8 of 15 checks passed
@bromiesTM
bromiesTM deleted the kh/dev/hotfix-pipeline-for-rc-branches branch July 9, 2026 09:04
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.

3 participants