diff --git a/.github/workflows/PR_test.yml b/.github/workflows/PR_test.yml index d30aba02..25129f75 100755 --- a/.github/workflows/PR_test.yml +++ b/.github/workflows/PR_test.yml @@ -4,6 +4,15 @@ on: branches: - "**" + workflow_dispatch: + inputs: + myCommit: + description: 'Commit SHA1' + required: true + default: 'undefined' + type: string + + jobs: tests: runs-on: ${{ matrix.os }}