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

Fixup workflow trigger and skips #140

Merged
merged 1 commit into from
Feb 21, 2022
Merged

Conversation

da1910
Copy link
Collaborator

@da1910 da1910 commented Feb 21, 2022

The variable github.ref_name points to the pull request branch, not the source, so the previous change did not skip correctly. This uses the event information to get the source of the PR which does work.

Also simplify the logic around documentation building.

Copy link
Collaborator

@Andy-Grigg Andy-Grigg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are as discussed. We'll now always run documentation tests for dependabot PRs even if the unit tests or style checks fail. This is fine, because these types of checks are very quick to run, and will give us a better picture of what the failures were.

Integration test execution is unaffected, as demonstrated by the checks on this PR.

@da1910 da1910 merged commit e91fa29 into main Feb 21, 2022
@Andy-Grigg Andy-Grigg deleted the ci/fix-workflow-trigger-dependabot branch December 20, 2022 21:12
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