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

Reduce use of CI via manual runs #264

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Reduce use of CI via manual runs #264

merged 3 commits into from
Feb 9, 2024

Conversation

RobertPincus
Copy link
Member

This lays the groundwork for reducing the number of times the CI is run. The CI will only happen on PRs but can be invoked manually.

@skosukhin Do we want to change the on: rules?

@skosukhin
Copy link
Collaborator

Something like this, maybe:

on:
  push:
    branches:
    - main
    - develop
  pull_request:
    branches-ignore:
    - documentation
  workflow_dispatch:

Copy link
Collaborator

@skosukhin skosukhin left a comment

Choose a reason for hiding this comment

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

I think it should work.

@RobertPincus RobertPincus merged commit 1e08721 into main Feb 9, 2024
26 of 30 checks passed
@RobertPincus RobertPincus deleted the hot-fix-manual-ci branch February 9, 2024 20:55
RobertPincus added a commit that referenced this pull request Feb 9, 2024
Enable manual runs of CI , don't run CI on push except for main, develop
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