Skip to content

Custom Provider

Custom Provider #1

Workflow file for this run

name: Pull Request Build
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: pr_test
uses: ./.github/workflows/run-tests.yml