Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antonis Stamatiou <[email protected]>
  • Loading branch information
hanzei and toninis authored Oct 25, 2024
1 parent f77ce97 commit d592f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
e2e-cypress-tests-pinned: # Run only on master push and scheduled runs
runs-on: ubuntu-latest-4-cores
# Disabled broken test
if: ${{ false && github.ref_name == 'master' || github.event_name == 'schedule' }}
if: ${{ false && ( github.ref_name == 'master' || github.event_name == 'schedule' ) }}
needs:
- lint
services:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
e2e-cypress-tests-master: # Run only on master push and scheduled runs
runs-on: ubuntu-latest-4-cores
# Disabled broken test
if: ${{ false && github.ref_name == 'master' || github.event_name == 'schedule' }}
if: ${{ false && ( github.ref_name == 'master' || github.event_name == 'schedule' ) }}
needs:
- lint
services:
Expand Down

0 comments on commit d592f0a

Please sign in to comment.