From 9d5285a1dc176e5a3c9df203c8d017c18c51aac7 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Tue, 11 Aug 2020 16:15:09 +0200 Subject: [PATCH] Remove debugging --- .github/workflows/optional-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/optional-ci.yml b/.github/workflows/optional-ci.yml index 8853d3546..2cfe99081 100644 --- a/.github/workflows/optional-ci.yml +++ b/.github/workflows/optional-ci.yml @@ -14,22 +14,18 @@ jobs: trigger-aci: ${{steps.runacitest.outputs.triggered}} trigger-windows: ${{steps.runwindowstest.outputs.triggered}} steps: - - run: echo ${{github.ref}} - - run: echo ${{github.event_name}} - uses: khan/pull-request-comment-trigger@master name: Check if test ACI if: github.event_name == 'pull_request' id: runacitest with: trigger: '@test-aci' - - run: echo ${{steps.runacitest.outputs.triggered}} - uses: khan/pull-request-comment-trigger@master name: Check if test Windows if: github.event_name == 'pull_request' id: runwindowstest with: trigger: '@test-windows' - - run: echo ${{steps.runwindowstest.outputs.triggered}} build: name: ACI e2e tests