Skip to content

casestudy-django-tempus #7

casestudy-django-tempus

casestudy-django-tempus #7

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