From 9e143823b1705c408e660a52c1f70d0891c40233 Mon Sep 17 00:00:00 2001 From: Gregory Saumier-Finch Date: Sat, 14 Dec 2024 11:57:12 -0500 Subject: [PATCH] Delete .github/workflows/caller-gtq-pipeline.yml --- .github/workflows/caller-gtq-pipeline.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/caller-gtq-pipeline.yml diff --git a/.github/workflows/caller-gtq-pipeline.yml b/.github/workflows/caller-gtq-pipeline.yml deleted file mode 100644 index 8af290c..0000000 --- a/.github/workflows/caller-gtq-pipeline.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: GTQ LaVitrine Pipeline - -on: - workflow_dispatch: - -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 }}