-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore(ci): e2e changes #4892
base: develop
Are you sure you want to change the base?
chore(ci): e2e changes #4892
Conversation
thibault-martinez
commented
Jan 17, 2025
•
edited
Loading
edited
- Don't trigger it on rust changes in PRs
- Add manual trigger
- Don't run it on develop
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
@@ -33,7 +34,7 @@ jobs: | |||
# Run e2e test against localnet built on the develop branch | |||
localnet: | |||
name: Localnet | |||
if: inputs.isExplorer || inputs.isTypescriptSDK || inputs.isWallet || inputs.isRust || github.ref_name == 'develop' | |||
if: inputs.isExplorer || inputs.isTypescriptSDK || inputs.isWallet || github.ref_name == 'develop' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if: inputs.isExplorer || inputs.isTypescriptSDK || inputs.isWallet || github.ref_name == 'develop' | |
if: inputs.isExplorer || inputs.isTypescriptSDK || inputs.isWallet |
@DaughterOfMars should we also do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or would it prevent it from running from the nightly workflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would prevent it from running in nightly, yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But does leaving it means it will run on pushes to develop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess not because it won't be called by the hierarchy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, exactly.