Skip to content

Commit

Permalink
Update build-deploy-at.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunnerud authored Dec 10, 2024
1 parent ac7c382 commit 3c8d914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-at.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

strategy:
matrix:
environment: [AT22, AT23, AT24]
environment: [AT22, AT24]

steps:
- name: Checkout
Expand All @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [AT22, AT23, AT24]
environment: [AT22, AT24]
uses: "./.github/workflows/template-test-playwright.yml"
with:
environment: ${{ matrix.environment }}
Expand Down

0 comments on commit 3c8d914

Please sign in to comment.