diff --git a/.github/workflows/run-integ-tests.yml b/.github/workflows/run-integ-tests.yml index 6cad41a6c7cd4..5884c7415fca4 100644 --- a/.github/workflows/run-integ-tests.yml +++ b/.github/workflows/run-integ-tests.yml @@ -1,4 +1,4 @@ -name: run integ tests +name: run-integ-tests on: issue_comment: @@ -9,11 +9,11 @@ on: jobs: run-integ-tests: name: run integ tests - #if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') && contains(github.event.comment.body, 'run them tests') }} + if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') && contains(github.event.comment.body, 'run them tests') }} runs-on: ubuntu-latest steps: - name: submit integ test run - # this needs to wait until the cached build is available...WOOOOOOOOOo + # this needs to wait until the cached build is available...WOOOOOOOOOoo run: | curl --header "Content-Type: application/json" --request POST \ --data '{"prNumber":${{ github.event.number }}}' \