We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e371ece commit 0d773f7Copy full SHA for 0d773f7
2 files changed
.github/workflows/test_on_main.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
call_tester:
11
name: Run unit tests on main branch
12
- uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml
+ uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml@main
13
with:
14
branch: main
15
os: ubuntu-22.04
.github/workflows/test_on_workflows.yml
name: Run unit tests on workflows branch
branch: workflows
0 commit comments