osinfra-io / terraform-google-kubernetes-engine

Terraform example module for Google Cloud Platform Kubernetes Engine cluster.
https://www.osinfra.io
GNU General Public License v2.0
1 stars 0 forks source link

Don't run Kitchen Test workflow if GitHub user is `osinfra-sa` #11

Closed brettcurtis closed 9 months ago

brettcurtis commented 9 months ago

Dependabot manages dependencies for bundler and GitHub Actions. Dependabot opens the PR; however, the osinfra-sa users merges, triggering a workflow we do not want to run.

### Tasks
- [ ] Dependabot triggered Kitchen Test workflows do not run
if: GitHub.actor != 'dependabot[bot]'