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

workflows: don't process all branches #249

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

ncdc
Copy link
Member

@ncdc ncdc commented Jan 10, 2024

In the deploy workflow, using a push branch config of ** results in it trying to gpg init for branches created by dependabot or anyone/anything else. This is not what we want - we want those covered by pull request events.

Change the config to only handle pushes to main (and continue to handle all tags and all PRs).

Also adjust the ci workflow similarly.

In the deploy workflow, using a push branch config of ** results in it
trying to gpg init for branches created by dependabot or anyone/anything
else. This is not what we want - we want those covered by pull request
events.

Change the config to only handle pushes to main (and continue to handle
all tags and all PRs).

Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
@ncdc ncdc changed the title workflow/deploy: don't process all branches workflows: don't process all branches Jan 10, 2024
Change the ci config to only handle pushes to main (and continue to handle
all PRs).

Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
@joelanford joelanford merged commit 73d2b2c into operator-framework:main Jan 10, 2024
5 of 6 checks passed
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.

None yet

2 participants