Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@neyunse
Copy link
Collaborator

@neyunse neyunse commented Aug 8, 2025

No description provided.

Copilot AI review requested due to automatic review settings August 8, 2025 03:48
@neyunse neyunse merged commit bc1adc7 into dev Aug 8, 2025
1 check was pending
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

This PR updates the GitHub Actions workflow dependencies to change the job execution order. The main purpose is to modify the dependency chain so that the extension build process occurs earlier in the pipeline.

  • Changes build-extension job dependency from create-release to build-linux
  • Updates create-release job to depend on build-extension in addition to existing dependencies

build-extension:
runs-on: ubuntu-22.04
needs: create-release
needs: build-linux
Copy link

Copilot AI Aug 8, 2025

Choose a reason for hiding this comment

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

This change creates a circular dependency. The build-extension job now depends on build-linux, and create-release depends on both build-linux and build-extension. However, the original dependency chain showed build-extension depending on create-release. This circular reference will cause the workflow to fail.

Copilot uses AI. Check for mistakes.
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.

2 participants