Skip to content

Commit

Permalink
ci: run 2 prod integ tests on every dev pr to revent regression
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Nov 11, 2023
1 parent 6159d81 commit 983ee7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-linux-prod-test-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches: [ main ]

concurrency:
group: pr-desktop-linux-${{ github.event.pull_request.number }}
group: pr-desktop-linux-prod-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
test-desktop-linux:
test-desktop-linux-prod:
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright-chromium-windows-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches: [ main ]

concurrency:
group: pr-chromium-windows-${{ github.event.pull_request.number }}
group: pr-chromium-windows-prod-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
playwright-chromium-windows:
playwright-chromium-windows-prod:
timeout-minutes: 90
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 983ee7f

Please sign in to comment.