Skip to content

Commit

Permalink
Build providers on shared runners
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Oct 5, 2023
1 parent de798b4 commit 2d3cb8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
provider-build:
name: "${{ matrix.provider }}"
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 120
needs: scoping
strategy:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d3cb8b

Please sign in to comment.