Skip to content

Commit

Permalink
NH-98001: make rl scanning depend on github_release so it auto runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jan 21, 2025
1 parent 0ddbc95 commit e6ddd70
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 @@ -464,6 +464,8 @@ jobs:

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

Expand All @@ -489,6 +491,8 @@ jobs:

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

Expand All @@ -514,6 +518,8 @@ jobs:

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

Expand Down

0 comments on commit e6ddd70

Please sign in to comment.