diff --git a/.github/workflows/caller-batch-pipeline.yml b/.github/workflows/caller-batch-pipeline.yml index 188fad5..3a39bf6 100644 --- a/.github/workflows/caller-batch-pipeline.yml +++ b/.github/workflows/caller-batch-pipeline.yml @@ -16,6 +16,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} dia-logGraphs: + needs: placedesarts-com uses: ./.github/workflows/pipeline.yml with: graph_url: 'http://kg.artsdata.ca/resource/dia-logGraphs' @@ -25,6 +26,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} hector-charland: + needs: dia-logGraphs uses: ./.github/workflows/pipeline.yml with: graph_url: 'http://kg.artsdata.ca/culture-creates/footlight/hector-charland-com' @@ -34,6 +36,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} theatredumarais-com: + needs: hector-charland uses: ./.github/workflows/pipeline.yml with: graph_url: 'http://kg.artsdata.ca/culture-creates/footlight/theatredumarais-com' @@ -43,6 +46,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} tout-culture: + needs: theatredumarais-com uses: ./.github/workflows/pipeline.yml with: graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/tout-culture' @@ -52,6 +56,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} signe-laval: + needs: tout-culture uses: ./.github/workflows/pipeline.yml with: graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/signe-laval' @@ -61,6 +66,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} culture-mauricie: + needs: signe-laval uses: ./.github/workflows/pipeline.yml with: graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/culture-mauricie' @@ -69,3 +75,13 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} + grandtheatre-qc-ca: + needs: culture-mauricie + uses: ./.github/workflows/pipeline.yml + with: + graph_url: 'http://kg.artsdata.ca/culture-creates/huginn/derived-grandtheatre-qc-ca' + artifact: 'grandtheatre-qc-ca' + secrets: + AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }} + PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }} diff --git a/.github/workflows/caller-gtq-pipeline.yml b/.github/workflows/caller-gtq-pipeline.yml index 37dc9fa..8af290c 100644 --- a/.github/workflows/caller-gtq-pipeline.yml +++ b/.github/workflows/caller-gtq-pipeline.yml @@ -2,9 +2,7 @@ name: GTQ LaVitrine Pipeline on: workflow_dispatch: - schedule: - - cron: '30 1 * * *' # Runs daily at 1 AM UTC, which is 9 PM EST - + jobs: grandtheatre-qc-ca: uses: ./.github/workflows/pipeline.yml