INFRA27 - Remove the commit trigger from workflows used for checks #219
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
task
This is a Task. Contributors can work on this
Remove the commit trigger (actually on main) from axe, vitest, lighthouse, playwright and firebase functions test workflows.
As for now, it is not needed. It will fail, because we are using pull_request_target too and we need to checkout from the pr's commit hash. Also, we are using PRs, so no commits should be done on main directly.
The text was updated successfully, but these errors were encountered: