Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
using Laos-runners
  • Loading branch information
asiniscalchi committed Jul 13, 2023
commit c4abe446ae830d3d59590802c8e21c34a3109164
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:

jobs:
test_build_and_push:
runs-on: ubuntu-22.04
runs-on:
group: LAOS-runners
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
Expand Down Expand Up @@ -64,7 +65,8 @@ jobs:
tags: ${{ env.DOCKER_REPO }}:${{ github.sha }}

lint:
runs-on: ubuntu-22.04
runs-on:
group: LAOS-runners
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
Expand Down