Skip to content

Commit

Permalink
split grandtheatre-qc-ca into separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Oct 21, 2024
1 parent b675ef2 commit e7a4ae8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/caller-batch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@ name: Batch LaVitrine Pipeline
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # Runs daily at 1 AM UTC, which is 9 PM EST
- cron: '0 2 * * *' # Runs daily at 1 AM UTC, which is 9 PM EST

jobs:
grandtheatre-qc-ca:
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 }}
placedesarts-com:
uses: ./.github/workflows/pipeline.yml
with:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/caller-gtq-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Batch 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
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 }}

0 comments on commit e7a4ae8

Please sign in to comment.