diff --git a/.github/workflows/callable-canary-e2e.yml b/.github/workflows/callable-canary-e2e.yml index 7c820c601a5..118d9723024 100644 --- a/.github/workflows/callable-canary-e2e.yml +++ b/.github/workflows/callable-canary-e2e.yml @@ -29,18 +29,18 @@ jobs: sample-app-tests: secrets: inherit uses: ./.github/workflows/callable-canary-sampleapp-tests.yml - slack-alert: - needs: - - e2e - - sample-app-tests - runs-on: ubuntu-latest - if: failure() - steps: - - name: Send slack message - env: - WORKFLOW_URL: '{ "URL": "${{ env.WORKFLOW_URL }}" }' - WEBHOOK_URL: ${{ env.WEBHOOK_URL }} - run: | - curl -X POST -H "Content-Type: application/json" \ - --data "$WORKFLOW_URL" \ - $WEBHOOK_URL +# slack-alert: +# needs: +# - e2e +# - sample-app-tests +# runs-on: ubuntu-latest +# if: failure() +# steps: +# - name: Send slack message +# env: +# WORKFLOW_URL: '{ "URL": "${{ env.WORKFLOW_URL }}" }' +# WEBHOOK_URL: ${{ env.WEBHOOK_URL }} +# run: | +# curl -X POST -H "Content-Type: application/json" \ +# --data "$WORKFLOW_URL" \ +# $WEBHOOK_URL diff --git a/.github/workflows/on-schedule-canary-test.yml b/.github/workflows/on-schedule-canary-test.yml index d61491ab3ce..0ac3501539e 100644 --- a/.github/workflows/on-schedule-canary-test.yml +++ b/.github/workflows/on-schedule-canary-test.yml @@ -1,8 +1,12 @@ +concurrency: + # group name unique for push to push-integ-test + group: ashwin-ci-test-${{ github.ref }} + cancel-in-progress: true + on: - # Tests scheduled at 4pm(UTC) / 9am(PDT) everyday - # default supported timezone is UTC - schedule: - - cron: '0 16 * * *' + push: + branches: + - ashwin-ci-test jobs: canaries: