From 625b9fd076d792f4d73a6634e75fb621159db8da Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:16:20 -0800 Subject: [PATCH] fix(CI): remove hardcoded directory (#1789) --- .github/workflows/pr-open.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index b9d75a646..f7cfc3155 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -36,7 +36,6 @@ jobs: secrets: inherit with: autoscaling: false - directory: charts/quickstart-openshift tag: ${{ github.event.number }} release: ${{ github.event.number }} triggers: ('backend/' 'frontend/' 'migrations/' 'charts/')