Skip to content

Commit

Permalink
ci(workflows): Reviewed the shareable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 4, 2024
1 parent 6ad862e commit 8cf07dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
6 changes: 2 additions & 4 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
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/go-sdk-release.yml@main
secrets: inherit
6 changes: 2 additions & 4 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
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/go-sdk-test.yml@main
secrets: inherit
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cf07dd

Please sign in to comment.