Skip to content

Commit

Permalink
Skipping publish should skip index rebuild
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 49532e3 commit de798b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
provider-index:
needs: [provider-build, scoping]
runs-on: self-hosted
if: ${{ github.event.inputs.skip_publish == 'false' }}
steps:
- name: Trigger Reindex of releases.mondoo.com
uses: peter-evans/repository-dispatch@v2
Expand Down

0 comments on commit de798b4

Please sign in to comment.