chore(deps): bump bats-core/bats-action from c9f3b9ab55d4711876053a7917f3311ee30366bf to d10af009fefda8d197ccc8c42d7b6998cc168f87 #395
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: sapmachine-11 | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "sapmachine-11/**" | |
- .github/workflows/sapmachine-11.yml | |
- .github/workflows/_template.yml | |
- common.sh | |
- tags-for-dir.sh | |
- "tests/**" | |
- "!tests/*.ps*" | |
- "!tests/*.windows" | |
pull_request: | |
paths: | |
- "sapmachine-11/**" | |
- .github/workflows/sapmachine-11.yml | |
- .github/workflows/_template.yml | |
- common.sh | |
- tags-for-dir.sh | |
- "tests/**" | |
- "!tests/*.ps*" | |
- "!tests/*.windows" | |
jobs: | |
build: | |
uses: ./.github/workflows/_template.yml | |
with: | |
directory: sapmachine-11 | |
secrets: inherit |