This repository has been archived by the owner on May 30, 2024. It is now read-only.
Use a label selector to identify when ambassador is up in a backwards-compatible way #122
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: flake8 | |
on: | |
push: | |
paths-ignore: | |
- README.md | |
- .old_cicd/* | |
- .github/* | |
- .github/workflows/* | |
- LICENSE | |
- .gitignore | |
- .dockerignore | |
- .githooks | |
# Run flake every time. | |
pull_request: | |
branches: [ master, develop, main ] | |
types: [ opened ] | |
jobs: | |
flake8-check: | |
uses: helxplatform/helx-github-actions/.github/workflows/code-checks-tycho.yml@main | |
secrets: inherit |