Skip to content

PTFE-1063 reusable workflow to disallow the merge of large files #210

PTFE-1063 reusable workflow to disallow the merge of large files

PTFE-1063 reusable workflow to disallow the merge of large files #210

Workflow file for this run

on: pull_request
permissions:
packages: write
contents: read
security-events: write
pull-requests: read
jobs:
docker-build:
uses: ./.github/workflows/docker-build.yaml
with:
context: tests/docker
name: test
trivy:
needs: docker-build
uses: ./.github/workflows/trivy.yaml
with:
name: '/test'
file-check:
uses: ./.github/workflows/file-check.yaml