From 2d3cb8bca031c38f179d85bae10978d5b836660a Mon Sep 17 00:00:00 2001 From: Ben Rockwood Date: Thu, 5 Oct 2023 16:07:20 -0700 Subject: [PATCH] Build providers on shared runners Signed-off-by: Ben Rockwood --- .github/workflows/providers.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/providers.yaml b/.github/workflows/providers.yaml index 73c72f9731..f5a7ddffdc 100644 --- a/.github/workflows/providers.yaml +++ b/.github/workflows/providers.yaml @@ -25,7 +25,7 @@ env: jobs: scoping: name: "Scoping" - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 10 outputs: providers: ${{ steps.providers.outputs.providers }} @@ -84,7 +84,7 @@ jobs: provider-build: name: "${{ matrix.provider }}" - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 120 needs: scoping strategy: @@ -143,7 +143,7 @@ jobs: provider-index: needs: [provider-build, scoping] - runs-on: self-hosted + runs-on: ubuntu-latest if: ${{ github.event.inputs.skip_publish == 'false' }} steps: - name: Trigger Reindex of releases.mondoo.com