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

Commits on Jul 14, 2023

  1. Removed push event handling in github actions workflow

    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 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4728240 View commit details
    Browse the repository at this point in the history