Skip to content

Commit

Permalink
[src] added common workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snir102002 committed Jun 15, 2023
1 parent f1633d8 commit 32c20da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spot-common-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

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

0 comments on commit 32c20da

Please sign in to comment.