Skip to content

Add a way to skip scala3docs CI #10853

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
merged 1 commit into from
Dec 19, 2020

Conversation

nicolasstucki
Copy link
Contributor

Now we can skip the docs CI using [skip ci] or [skip docs].

@nicolasstucki
Copy link
Contributor Author

Note that this change will only take place after this PR is merged.

&& !contains(github.event.pull_request.body, '[skip docs]')
)
|| contains(github.event.ref, 'scala3doc')
|| contains(github.event.ref, 'master')"
Copy link
Contributor

Choose a reason for hiding this comment

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

You probably want to also add this to the job below. Otherwise, LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added

Now we can skip the docs CI using `[skip ci]` or `[skip docs]`.
@abgruszecki abgruszecki merged commit 3926860 into scala:master Dec 19, 2020
@abgruszecki abgruszecki deleted the add-ci-docs-filter branch December 19, 2020 16:20
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