Skip to content

Conversation

@aidanfnv
Copy link
Contributor

A follow up to #88 and #89, this change removes the redundant RTD webhook triggering that did not work properly, now that pushes to the repo from the GH actions works without a manual trigger.

It also removes a check for changes from the stable branch update, since it checks if there were any changes to main, when really it should be checking for diffs between main and stable. If after the submodules were last automatically updated there have been no additional changes to main or to the submodules, the faulty check will cause the update to stable to skip. Since there will always be a diff between main and stable (slang submodule checked out from different branch) the check, even if done properly, is redundant too.

@aidanfnv aidanfnv requested a review from jkwak-work May 10, 2025 01:07
Copy link
Contributor

@jkwak-work jkwak-work left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@aidanfnv aidanfnv merged commit 2924096 into shader-slang:main May 12, 2025
@aidanfnv aidanfnv deleted the fix/readthedocs-trigger branch May 12, 2025 14:53
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