Add the conditional to check for read access as well #1100
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: CI | |
on: | |
push: | |
paths-ignore: | |
- "*.md" | |
jobs: | |
test: | |
uses: PlaceOS/.github/.github/workflows/containerised-test.yml@main | |
with: | |
todo_issues: true | |
first_commit: 0a1e7680dc203f278f18fbe1f81bfd2713b83d1c | |
crystal-style: | |
uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main | |
dockerfile-style: | |
uses: PlaceOS/.github/.github/workflows/dockerfile-style.yml@main |