Remove version in uses as not valid for local workflows

This commit is contained in:
TiejunZhou
2023-11-23 02:56:23 +00:00
parent 437bf92e0d
commit 950db7b9a8

View File

@@ -12,7 +12,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
run_tests:
uses: ./.github/workflows/regression_template.yml@master
uses: ./.github/workflows/regression_template.yml
with:
build_script: ./scripts/build_tx.sh
test_script: ./scripts/test_tx.sh