Skip to content

Commit

Permalink
Temporary disable automated e2e test execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed Jun 19, 2024
1 parent 94ad709 commit e29f7bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,11 @@ jobs:
${{ env.GIT_LOG }}
- name: Kick-off E2E tests
if: needs.test.result == 'success' && github.ref == 'refs/heads/latest'
env:
GH_TOKEN: ${{ github.token }}
run: gh workflow run e2e.yml --ref ${{github.ref}}
# - name: Kick-off E2E tests
# if: needs.test.result == 'success' && github.ref == 'refs/heads/latest'
# env:
# GH_TOKEN: ${{ github.token }}
# run: gh workflow run e2e.yml --ref ${{github.ref}}

sonarqube:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit e29f7bb

Please sign in to comment.