Skip to content

Commit

Permalink
Fix the condition for executing E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Dec 23, 2024
1 parent 9f7d97d commit fe90a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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]' }}
# Prevent bots from initiating E2E pipeline
steps:
- name: Clone Code
Expand Down

0 comments on commit fe90a64

Please sign in to comment.