Skip to content

Commit

Permalink
Update cronjobnew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jul 15, 2024
1 parent 2964d78 commit 9939f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cronjobnew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:

jobs:
fetch_all_pull_request_shas:
fetch_all_pull_request_shass:
runs-on: ubuntu-latest
outputs:
pr_details: ${{ steps.extract.outputs.pr_details }}
Expand Down Expand Up @@ -69,13 +69,13 @@ jobs:
# Run the LTI Tests against each open lsp4ij PRs
call-build-workflow-for-each-merge-commit-sha:
needs: fetch_all_pull_request_shas
if: ${{ needs.fetch_all_pull_request_shas.outputs.is_empty == 'false' }}
needs: fetch_all_pull_request_shass
if: ${{ needs.fetch_all_pull_request_shass.outputs.is_empty == 'false' }}
uses: ./.github/workflows/build.yaml
strategy:
fail-fast: false
matrix:
pr_details: ${{ fromJson(needs.fetch_all_pull_request_shas.outputs.pr_details) }}
pr_details: ${{ fromJson(needs.fetch_all_pull_request_shass.outputs.pr_details) }}
with:
useLocalPlugin: true
refLsp4ij: ${{ matrix.pr_details.sha }}
Expand Down

0 comments on commit 9939f8e

Please sign in to comment.