Posts by Marcos.C • 5 points
2 posts
-
-3
votes0
answers26
viewsQ: How do I run Github Actions in the `deployment_status` event but only for the QAS Branch?
I need github actions to run only on the QAS branch and with deployment_event. At the moment I’m implementing in this way name: Cypress on: [deployment_status] jobs: e2e: if:…
-
1
votes0
answers78
views