Merge pull request #337 from AstarVienna/hb/fix331stackedstars #798
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: Tests | |
on: | |
push: | |
branches: | |
- master | |
- dev_master | |
pull_request: | |
branches: | |
- master | |
- dev_master | |
schedule: | |
- # Run every day at 5:00 UTC | |
- cron: "0 5 * * *" | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
call-tests: | |
name: Call tests | |
uses: AstarVienna/DevOps/.github/workflows/tests.yml@poetry | |
secrets: inherit |