casestudy-django-tempus #7
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: casestudy-django-tempus | |
| # Runs the django case study on a tempus.build runner. Identical to casestudy-django-github.yml | |
| # apart from the `runner` input. workflow_dispatch only: case studies are run deliberately (>=3x, | |
| # recorded with the upstream ref and date), and a fork PR must never run on a self-hosted runner. | |
| on: | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| casestudy: | |
| uses: ./.github/workflows/casestudy-django.yml | |
| permissions: | |
| contents: read | |
| with: | |
| runner: tempus-ubuntu-24.04-4core |