chore(deps): bump bats-core/bats-action from c9f3b9ab55d4711876053a7917f3311ee30366bf to 472edde1138d59aca53ff162fb8d996666d21e4a #414
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: eclipse-temurin-17 | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "eclipse-temurin-17/**" | |
- .github/workflows/eclipse-temurin-17.yml | |
- .github/workflows/_template.yml | |
- common.sh | |
- tags-for-dir.sh | |
- "tests/**" | |
- "!tests/*.ps*" | |
- "!tests/*.windows" | |
pull_request: | |
paths: | |
- "eclipse-temurin-17/**" | |
- .github/workflows/eclipse-temurin-17.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: eclipse-temurin-17 | |
secrets: inherit |