Skip to content

Commit

Permalink
Update caller-batch-pipeline.yml
Browse files Browse the repository at this point in the history
made jobs run regardless if the previous dump job failed
  • Loading branch information
saumier authored Nov 12, 2024
1 parent de49c3c commit 4830107
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/caller-batch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
dia-logGraphs:
needs: placedesarts-com
if: always() # This ensures the job runs regardless if the previous job failed
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/resource/dia-logGraphs'
Expand All @@ -27,6 +28,7 @@ jobs:
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
hector-charland:
needs: dia-logGraphs
if: always()
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/footlight/hector-charland-com'
Expand All @@ -37,6 +39,7 @@ jobs:
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
theatredumarais-com:
needs: hector-charland
if: always()
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/footlight/theatredumarais-com'
Expand All @@ -48,6 +51,7 @@ jobs:
tout-culture:
needs: theatredumarais-com
uses: ./.github/workflows/pipeline.yml
if: always()
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/tout-culture'
artifact: 'tout-culture-cms-events'
Expand All @@ -57,6 +61,7 @@ jobs:
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
signe-laval:
needs: tout-culture
if: always()
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/signe-laval'
Expand All @@ -67,6 +72,7 @@ jobs:
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
culture-mauricie:
needs: signe-laval
if: always()
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/culture-mauricie'
Expand All @@ -77,6 +83,7 @@ jobs:
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
grandtheatre-qc-ca:
needs: culture-mauricie
if: always()
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/huginn/derived-grandtheatre-qc-ca'
Expand Down

0 comments on commit 4830107

Please sign in to comment.