Skip to content

fixed Unsupported object type for access control. #637

fixed Unsupported object type for access control.

fixed Unsupported object type for access control. #637

Workflow file for this run

---
name: PR
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!main'
jobs:
pr:
uses: obervinov/_templates/.github/workflows/pr.yaml@v2.0.2
pyproject:
uses: obervinov/_templates/.github/workflows/pyproject.yaml@v2.0.2
build-pr-image:
uses: obervinov/_templates/.github/workflows/docker.yaml@v2.0.2
needs: [pr, pyproject]