Skip to content

Commit

Permalink
ci(workflows): reviewed following Asifs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Apr 19, 2024
1 parent e9f4d38 commit cad033c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ on:

jobs:
release:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/node-sdk-release.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ on:

jobs:
tests:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/node-sdk-test.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}

0 comments on commit cad033c

Please sign in to comment.