Skip to content

Commit

Permalink
Merge pull request #302 from solarwinds/cc/NH-98001
Browse files Browse the repository at this point in the history
NH-98001: make rl scanning depend on `github_release` so it auto runs.
  • Loading branch information
cleverchuk authored Jan 21, 2025
2 parents 6bba102 + e6ddd70 commit 491af8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ jobs:

reversing_lab_scan_agent:
runs-on: ubuntu-latest
needs:
- github_release
steps:
- uses: actions/checkout@v4

Expand All @@ -522,6 +524,8 @@ jobs:

reversing_lab_scan_sdk:
runs-on: ubuntu-latest
needs:
- github_release
steps:
- uses: actions/checkout@v4

Expand All @@ -547,6 +551,8 @@ jobs:

reversing_lab_scan_lambda:
runs-on: ubuntu-latest
needs:
- github_release
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 491af8d

Please sign in to comment.