[develop] Update GitHub Actions workflows to run on specific branches#412
Merged
MichaelLueken merged 2 commits intoOct 14, 2022
Merged
Conversation
| branches: | ||
| - develop | ||
| - 'release/*' | ||
| workflow_dispatch: |
Collaborator
Author
There was a problem hiding this comment.
Might as well add a manual trigger to this one, too.
Collaborator
|
@christinaholtNOAA Can we remove |
37 tasks
Collaborator
Author
|
@danielabdi-noaa I get a bunch of those, too. I'm curious what others think. It looks like @mark-a-potts and @willmayfield were involved in introducing that file, so I'd like to get their input on its removal. I'm happy to make the change, if we decide on it. |
Contributor
|
It is fine with me to remove it. |
danielabdi-noaa
approved these changes
Oct 14, 2022
MichaelLueken
approved these changes
Oct 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIPTION OF CHANGES:
GitHub Actions workflows keep trying to run on my forks when I push new branches. Many times I'm not ready to run the tests when I'm backing up my branches.
I think it's a better use of resources to run those tests when a PR is open, and when that PR is merged, or a push directly to a set of specific branches occurs. The goal of this code change the behavior of the GHA workflows to do just that.
Type of change
TESTS CONDUCTED:
These changes aren't relevant to anything other than the GHA test workflows, and can only be tested via this PR. Fingers crossed!
DEPENDENCIES:
DOCUMENTATION:
ISSUE:
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR: