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