0xPolygon / kurtosis-cdk

A Kurtosis package that deploys a private, portable, and modular Polygon CDK devnet
https://docs.polygon.technology/cdk
Apache License 2.0
28 stars 44 forks source link

ci: run `deploy` workflow against branch #147

Closed leovct closed 1 month ago

leovct commented 1 month ago

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 commented 1 month ago

@leovct have we tested ?

leovct commented 1 month ago

@leovct have we tested ?

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