refactor(booking) [PPT-1942] use if instead of unless due to ameba wa… #1269
Workflow file for this run
This file contains hidden or 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: | |
| schedule: | |
| - cron: '0 0 * * 0' # Every Sunday at midnight | |
| jobs: | |
| style: | |
| uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main | |
| test: | |
| uses: PlaceOS/.github/.github/workflows/containerised-test.yml@main |