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

Adapt CI workflow "on" run configurations from "tmpl" template repository #19

Merged

Conversation

svengreb
Copy link
Owner

Resolves #18

…tory

Before the CI workflow only used the `push` configuration for the `on`
field. To improve the performance a more fine grained configuration is
now used that has already been defined in the "tmpl" template
repository [1]:

- Only runs on pushes to the `main` branch.
- Only runs on pushes for `v*` tags.
- Always runs for pushes to PRs.

These changes help to keep the required GitHub Action run minutes for
the account of this repository as small as possible without wasting
resources for unnecessary runs.

[1]: https://github.com/svengreb/tmpl

GH-18
@svengreb svengreb added this to the Next milestone Sep 25, 2020
@svengreb svengreb self-assigned this Sep 25, 2020
@svengreb svengreb merged commit ec1539c into main Sep 25, 2020
@svengreb svengreb deleted the improvement/gh-18-adapt-ci-workflow-on-run-configs-tmpl-repo branch September 25, 2020 08:08
@svengreb svengreb removed their assignment Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt CI workflow "on" run configurations from "tmpl" template repository
1 participant