Skip to content

Commit a195630

Browse files
Update smoke test workflow dependencies and reference in release YAML
1 parent c95a165 commit a195630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/01-powerpipe-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
trigger_smoke_tests:
359359
name: Trigger Smoke Tests
360360
if: ${{ github.event.inputs.environment == 'Final (RC and final release)' }}
361-
needs: build_and_release
361+
needs: update_homebrew_tap
362362
runs-on: ubuntu-latest
363363
steps:
364364
- name: Calculate version
@@ -376,7 +376,7 @@ jobs:
376376
if: steps.semver_parser.outputs.prerelease == ''
377377
run: |
378378
gh workflow run "03-powerpipe-smoke-tests.yaml" \
379-
--ref smoke-tests \
379+
--ref ${{ github.ref }} \
380380
--field version=$VERSION \
381381
--repo ${{ github.repository }}
382382
env:

0 commit comments

Comments
 (0)