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

Check for content change before publishing #1327

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

UncleGrumpy
Copy link
Collaborator

Adds a check to make sure there are acutally changes to be commited and pushed. This is needed to address a situation where the publish docs workflow is triggered, but there are no changes to the documentation content.

Changes cancel-in-progress to false, to avoid missing publishing documentation, when another publish workflow is triggerd by a commit that might not have any changes to the documentation to add.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Adds a check to make sure there are acutally changes to be commited and pushed.
This is needed to address a situation where the publish docs workflow is
triggered, but there are no changes to the documentation content.

Changes `cancel-in-progress` to false, to avoid missing publishing documentation,
when another publish workflow is triggerd by a commit that might not have any
changes to the documentation to add.

Signed-off-by: Winford <winford@object.stream>
@bettio bettio merged commit 28846eb into atomvm:release-0.6 Oct 13, 2024
59 of 63 checks passed
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