Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Refactor Workflow Triggers (#203)
# Pull Request ## Description This pull request makes changes to the GitHub Actions workflow configuration files to streamline the types of pull request events that trigger workflows. Workflow configuration updates: * [`.github/workflows/code-checks.yml`](diffhunk://#diff-ddf88e15b08104435ae66be9982938335f6c290a85de4cb9a09868e0e01dd4d4L7-R7): Removed `reopened` and `ready_for_review` from the list of pull request event types that trigger the workflow. * [`.github/workflows/code-test.yml`](diffhunk://#diff-314826f729648f76fab59d2066fee8574a22e74248fdf3080cada0d804b8bc56L7-R7): Removed `reopened` and `ready_for_review` from the list of pull request event types that trigger the workflow. * [`.github/workflows/pull-request-tasks.yml`](diffhunk://#diff-ba6496a5b7a58ac3681ed047691dc32281cc7d548fff1d41201babbd65ad45cfL9-R11): Removed `unlocked`, `labeled`, `reopened`, and `ready_for_review` from the list of pull request event types that trigger the workflow. Fixes #202
- Loading branch information