Skip to content

Fix subtree automation for submodules when there were no changes #396

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

Merged

Conversation

tautschnig
Copy link
Member

While the prior fixes made sure that submodule changes are picked up, the attempt to commit would fail when there were no changes. See https://github.com/model-checking/verify-rust-std/actions/runs/15878565075/job/44772389751 for a failing run.

Now we will only attempt to commit when there are changes.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

While the prior fixes made sure that submodule changes are picked up,
the attempt to commit would fail when there were _no_ changes. See
https://github.com/model-checking/verify-rust-std/actions/runs/15878565075/job/44772389751
for a failing run.

Now we will only attempt to commit when there are changes.
@carolynzech carolynzech enabled auto-merge June 26, 2025 17:11
@carolynzech carolynzech added this pull request to the merge queue Jun 26, 2025
Merged via the queue into model-checking:main with commit 03aa374 Jun 26, 2025
25 checks passed
@tautschnig tautschnig deleted the fixup-submodule-automation branch June 26, 2025 21:26
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.

3 participants