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

Don't commit files if only date or Kicad version changed #315

Merged
merged 2 commits into from
Jul 26, 2023

Conversation

chuckwagoncomputing
Copy link
Contributor

This is to fix rusefi/rusefi-hardware#223

For this to work, projects using hellen-one will have to update their submodule.

I also excluded Kicad version changes so I could test locally, It will also keep new files from being pushed in the following scenarios:

  • The Github Actions runner is updated to a new version of Ubuntu (On Ubuntu, the Kicad version string includes the Ubuntu release)
  • If we ever use self-hosted runners, and some runs run on them, and some don't.
  • Whenever Kicad is updated (maybe we want to generate new files if this happens?)

I can remove that exclusion if you prefer.

@rusefillc rusefillc merged commit 2910ddf into andreika-git:master Jul 26, 2023
1 check passed
@rusefillc
Copy link
Collaborator

Just updated submodule at https://github.com/rusefi/rusefi-hardware

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.

Do not commit gerbers/drills if only date has changed
2 participants