Skip to content

Commit c85d2b3

Browse files
NoamGaashclaudearielvino
authored
fix(ci): drop Safari visual envs and add concurrency group (#1684)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Ariel Vinograd <71963953+arielvino@users.noreply.github.com>
1 parent bcc3166 commit c85d2b3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ permissions:
1010
contents: read
1111
statuses: write
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
15+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
16+
1317
env:
1418
DOCKER_APP_IMAGE_NAME: 'ghcr.io/hasadna/open-bus-map-search/open-bus-map-search'
1519
DOCKER_APP_IMAGE_TAG: 'latest'

playwright.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ export default defineConfig<EyesFixture>({
5050
},
5151
browsersInfo: [
5252
{ width: 1280, height: 720, name: 'chrome' },
53-
{ width: 1280, height: 720, name: 'safari' },
5453
{ chromeEmulationInfo: { deviceName: 'Galaxy S23' } },
55-
{ iosDeviceInfo: { deviceName: 'iPhone 16' } },
5654
],
5755
},
5856
},

0 commit comments

Comments
 (0)