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

ci: skip the scheduled workflows in forked repositories #1875

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

dscho
Copy link
Member

@dscho dscho commented Sep 25, 2024

The idea of the scheduled workflows that were added in #1804 is to keep the actual https://git-scm.com/ site up to date. Doing this in fork repositories makes little sense, so let's skip them in forks.

The idea of the scheduled workflows is to keep the actual
https://git-scm.com/ site up to date. To do that, commits are added to
the branch as needed.

Doing this in fork repositories makes little sense, as these commits
will necessarily diverge from the `gh-pages` branch of
https://github.com/git/git-scm.com/.

So let's not run them in forks.

Note: To allow for improving said workflows, manually triggered runs
will still do the work as intended.

Signed-off-by: Johannes Schindelin <[email protected]>
@ttaylorr ttaylorr merged commit 730f07e into git:gh-pages Sep 25, 2024
1 check passed
@dscho dscho deleted the skip-scheduled-workflows-in-forks branch September 25, 2024 19:25
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