Skip to content

Commit

Permalink
Workflows for VSCode Web extension
Browse files Browse the repository at this point in the history
  • Loading branch information
112Nisha authored Jul 23, 2024
1 parent 445bd4b commit 4669eb2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: test-deployment

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
call-workflow-test:
uses: virtual-labs/vlabs-workflows/.github/workflows/validate.yml
secrets: inherit
10 changes: 10 additions & 0 deletions .github/workflows/view_exp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: test-deployment

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
call-workflow-test:
uses: virtual-labs/vlabs-workflows/.github/workflows/view_exp.yml
secrets: inherit

0 comments on commit 4669eb2

Please sign in to comment.