Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: run deploy workflow against branch #147

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

leovct
Copy link
Member

@leovct leovct commented Jun 6, 2024

Description

Follow up of #143. The problem is that the workflow runs in the context of the main branch, which means it executes the workflow code, environment, and configurations from the main branch, not the changes introduced in the pull request branch. This pull request aims to modify the workflow to run against the code and changes present in the pull request branch, rather than the main branch context.

References (if applicable)

@rebelArtists
Copy link
Contributor

@leovct have we tested ?

Copy link
Contributor

@rebelArtists rebelArtists left a comment

Choose a reason for hiding this comment

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

lgtm

@leovct
Copy link
Member Author

leovct commented Jun 6, 2024

@leovct have we tested ?

yup it's already in place in the security-build job :)

@leovct leovct merged commit 9cc1950 into 0xPolygon:main Jun 6, 2024
13 checks passed
@leovct leovct deleted the ci/fix-deploy-job branch June 6, 2024 15:58
jarrodwatts pushed a commit to jarrodwatts/kurtosis-cdk that referenced this pull request Jun 27, 2024
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