From 84c859f33bedce016a7a8ee76362b3a3322329db Mon Sep 17 00:00:00 2001 From: snir102002 Date: Mon, 26 Jun 2023 17:48:14 +0300 Subject: [PATCH] [src] removed common workflow --- .github/workflows/spot-common-workflow.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/spot-common-workflow.yml diff --git a/.github/workflows/spot-common-workflow.yml b/.github/workflows/spot-common-workflow.yml deleted file mode 100644 index cbad6843b..000000000 --- a/.github/workflows/spot-common-workflow.yml +++ /dev/null @@ -1,11 +0,0 @@ - -name: Common Spot Verification Workflow - -on: - pull_request: - branches: [master] - -jobs: - call-verification-workflow: - uses: spotinst/devops-scripts/.github/workflows/common-verification-workflow.yml@master - secrets: inherit