Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Sanitise storageclasses #159

Sanitise storageclasses

Sanitise storageclasses #159

Workflow file for this run

name: on pull request
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
- edited
- reopened
branches:
- main
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
# Run the unit tests on every PR, even from external repos
unit_tests:
uses: ./.github/workflows/tox.yaml