diff --git a/.github/workflows/e2e-test-apply.yml b/.github/workflows/e2e-test-apply.yml index 4e6573d4680..01f2a80ca83 100644 --- a/.github/workflows/e2e-test-apply.yml +++ b/.github/workflows/e2e-test-apply.yml @@ -10,7 +10,7 @@ jobs: build: name: test runs-on: ubuntu-latest - if: ${{ (github.event.issue.pull_request && (github.event.comment.body == '/test all' || github.event.comment.body == '/test apply')) || github.event_name == 'push' }} + #if: ${{ (github.event.issue.pull_request && (github.event.comment.body == '/test all' || github.event.comment.body == '/test apply')) || github.event_name == 'push' }} env: GO111MODULE: on steps: @@ -65,6 +65,6 @@ jobs: ACCESSKEYID: ${{ secrets.ACCESSKEYID }} ACCESSKEYSECRET: ${{ secrets.ACCESSKEYSECRET }} RegionID: ${{ secrets.RegionID }} - if: ${{ github.event.comment.body == '/test apply' || github.event.comment.body == '/test all' || github.event_name == 'push' }} + #if: ${{ github.event.comment.body == '/test apply' || github.event.comment.body == '/test all' || github.event_name == 'push' }} run: | ginkgo -v --focus="sealer apply" test