mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Merge pull request #296 from sailpoint-oss/fix/algolia-crawler-conditional-runs
Added conditional to only crawl after successful publish actions
This commit is contained in:
1
.github/workflows/run-algolia.yml
vendored
1
.github/workflows/run-algolia.yml
vendored
@@ -22,6 +22,7 @@ env:
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user