Ubuntu – : GitHub Actions: workflow_dispatch event triggers automatically on pull_request opened
I'm facing an issue with GitHub Actions where the workflow_dispatch event trigger, combined with the pull_request event, does not wait for manual actions and triggers automatically upon pull request opening. Here's a simplified version of my workflow configuration: name: Manual…