Skip to content

Updates Docker images for MSSQL and MinIO #83

Updates Docker images for MSSQL and MinIO

Updates Docker images for MSSQL and MinIO #83

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
name: run tests
jobs:
call_reusable_run_tests:
name: run tests
# Skip this workflow for Dependabot PRs - they use on_dependabot_pr.yml instead
if: github.actor != 'dependabot[bot]'
uses: ./.github/workflows/reusable_run_tests.yml
secrets: inherit