Skip to content

Commit de26bb8

Browse files
author
spencer@primus
committed
Fix workflow naming error
1 parent 0d773f7 commit de26bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_on_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
call_tester:
1111
name: Run unit tests on main branch
12-
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml@main
12+
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch@main
1313
with:
1414
branch: main
1515
os: ubuntu-22.04

0 commit comments

Comments
 (0)