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

fix: remove skip ci from workflow #468

Merged
merged 1 commit into from
Jan 7, 2025
Merged

fix: remove skip ci from workflow #468

merged 1 commit into from
Jan 7, 2025

Conversation

Xaroz
Copy link
Contributor

@Xaroz Xaroz commented Jan 7, 2025

Description

When both combine or optimize-svg have changes, whoever finishes last would not be able to push because the other one already commited changes. I removed [skip ci] because it is not necessary and the initial thought was that it would loop but that should not be the case. Once one of the workflow updates it will trigger another check and if the other workflow has changes it will check again and do the proper changes.

Backward compatibility

Yes

Testing

Manual

Copy link

changeset-bot bot commented Jan 7, 2025

⚠️ No Changeset found

Latest commit: 1a28cf4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Xaroz Xaroz requested a review from xeno097 January 7, 2025 19:18
@Xaroz Xaroz self-assigned this Jan 7, 2025
@Xaroz Xaroz requested a review from paulbalaji January 7, 2025 19:22
@Xaroz Xaroz added this pull request to the merge queue Jan 7, 2025
Merged via the queue into main with commit 6832724 Jan 7, 2025
6 checks passed
@Xaroz Xaroz deleted the fix/workflow-skip branch January 7, 2025 21:12
ltyu pushed a commit that referenced this pull request Jan 7, 2025
### Description

<!--
Summary of change.
Example: Add sepolia chain
-->

When both combine or optimize-svg have changes, whoever finishes last
would not be able to push because the other one already commited
changes. I removed [skip ci] because it is not necessary and the initial
thought was that it would loop but that should not be the case. Once one
of the workflow updates it will trigger another check and if the other
workflow has changes it will check again and do the proper changes.

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->
Yes

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
Manual
ltyu pushed a commit that referenced this pull request Jan 8, 2025
### Description

<!--
Summary of change.
Example: Add sepolia chain
-->

When both combine or optimize-svg have changes, whoever finishes last
would not be able to push because the other one already commited
changes. I removed [skip ci] because it is not necessary and the initial
thought was that it would loop but that should not be the case. Once one
of the workflow updates it will trigger another check and if the other
workflow has changes it will check again and do the proper changes.

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->
Yes

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
Manual
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