Skip to content

Commit

Permalink
PR release build was still 3x, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed May 6, 2024
1 parent 63ac896 commit f7f85f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/on-push-release-extra.yml
Expand Up @@ -14,6 +14,13 @@ defaults:
shell: bash --noprofile --norc -x -eo pipefail {0}

jobs:
flakes:
name: "check for flaky tests"
uses: ./.github/workflows/build-test.yml
with:
server_version: main
repeat: 5

server-versions:
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/on-push-release.yml
Expand Up @@ -22,4 +22,3 @@ jobs:
server_version: main
ubuntu_version: ${{ matrix.ubuntu_version }}
compiler: ${{ matrix.compiler }}
repeat: 3

0 comments on commit f7f85f6

Please sign in to comment.