Unverified Commit a69f9d6c authored by Alexander Poddubny's avatar Alexander Poddubny Committed by GitHub

Changes runner for post-merge pipeline on self-hosted runners (#537)

# Description
Changing runners for post-merge CI due to space availability on default
runners
parent 4e923f54
...@@ -27,19 +27,13 @@ env: ...@@ -27,19 +27,13 @@ env:
jobs: jobs:
build-and-push-images: build-and-push-images:
runs-on: ubuntu-latest runs-on: self-hosted
timeout-minutes: 180 timeout-minutes: 180
environment: environment:
name: postmerge-production name: postmerge-production
url: https://github.com/${{ github.repository }} url: https://github.com/${{ github.repository }}
steps: steps:
- name: Install Git LFS
run: |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
git lfs install
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment