This repository was archived by the owner on Apr 22, 2025. It is now read-only.
TRT-667: Announce deprecation of service. #38
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will run when a PR is opened against the `main` branch. It will | |
# trigger the reusable workflow in `.github/workflows/run_tests.yml`, which | |
# sets up the local Python environment and runs the `unittest` suite. | |
name: Build and test PR branches | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build_and_test: | |
uses: ./.github/workflows/run_tests.yml |