Skip to content

Fix workflow naming error #3

Fix workflow naming error

Fix workflow naming error #3

name: Run tests on workflows branch
on:
push:
branches: [ workflows ]
pull_request:
branches: [ workflows ]
jobs:
call_tester:
name: Run unit tests on workflows branch
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml@main
with:
branch: workflows
os: ubuntu-22.04