Skip to content

Commit

Permalink
Remove version in uses as not valid for local workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TiejunMS committed Nov 23, 2023
1 parent 437bf92 commit 950db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 950db7b

Please sign in to comment.