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

ENT-10428: Removed push event handling in github actions workflow (3.18) #5291

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

craigcomstock
Copy link
Contributor

We don't have easy visibility on the results of these events which only occur after we merge pull requests.
We use /merge refs in pull requests so running the actions again on push events (after the merge) don't really provide any additional information.

Pushes/commits to pull requests are handled by the pull_request event so no change there.

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push

Ticket: ENT-10428
Changelog: none
(cherry picked from commit 81b49e7)

Conflicts:
.github/workflows/ci.yml

Different branches were mentioned in push event handling but we removed it entirely so no significant conflict.

We don't have easy visibility on the results of these events
which only occur after we merge pull requests.
We use /merge refs in pull requests so running the actions again on push events (after the merge) don't really provide any additional information.

Pushes/commits to pull requests are handled by the pull_request event so no change there.

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push

Ticket: ENT-10428
Changelog: none
(cherry picked from commit 81b49e7)

 Conflicts:
	.github/workflows/ci.yml

Different branches were mentioned in push event handling but we removed it entirely so no significant conflict.
@craigcomstock
Copy link
Contributor Author

from #5290

@nickanderson nickanderson merged commit 5e592de into cfengine:3.18.x Jul 14, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants