Skip to content

Commit

Permalink
fix: Since we reverted testing to free runners we will disable also f…
Browse files Browse the repository at this point in the history
…or the builds (mattermost#29297)
  • Loading branch information
toninis authored Nov 15, 2024
1 parent 8aac1a0 commit 679e8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esrupgrade-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
DIFF_NAME: esr.${{ inputs.initial-version }}-${{ inputs.final-version }}.diff
jobs:
esr-upgrade-server:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout mattermost project
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
name: upgraded-dump-server
path: ${{ env.DUMP_SERVER_NAME }}.gz
esr-upgrade-script:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout mattermost project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
logsartifact: mmctl-test-logs
build-mattermost-server:
name: Build mattermost server app
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-22.04
defaults:
run:
working-directory: server
Expand Down

0 comments on commit 679e8c1

Please sign in to comment.