Skip to content

Commit

Permalink
Disable deploy and testing in AT24
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunnerud authored Dec 13, 2024
1 parent 69aea8e commit cd6faf5
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, AT24]
environment: [AT22]

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

0 comments on commit cd6faf5

Please sign in to comment.