From b7f70301d48065a8a1223ea0f06ed3b10d0d2132 Mon Sep 17 00:00:00 2001 From: snir102002 Date: Thu, 15 Jun 2023 14:04:53 +0300 Subject: [PATCH] [src] added common workflow --- .github/workflows/spot-common-workflow.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/spot-common-workflow.yml diff --git a/.github/workflows/spot-common-workflow.yml b/.github/workflows/spot-common-workflow.yml new file mode 100644 index 00000000..a756ad1d --- /dev/null +++ b/.github/workflows/spot-common-workflow.yml @@ -0,0 +1,11 @@ + +name: Common Spot Verification Workflow + +on: + pull_request: + branches: [main] + +jobs: + call-verification-workflow: + uses: spotinst/devops-scripts/.github/workflows/common-verification-workflow.yml@master + secrets: inherit