Skip to content

Commit

Permalink
Temporary disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaIv committed Nov 29, 2024
1 parent e07607c commit f6d2e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
if: ${{ github.actor != 'renovate[bot]' || github.actor != 'lgtm-com[bot]' }}
# if: ${{ github.actor != 'renovate[bot]' || github.actor != 'lgtm-com[bot]' }}
if: false
# Prevent bots from initiating E2E pipeline
steps:
- name: Clone Code
Expand Down

0 comments on commit f6d2e89

Please sign in to comment.