Skip to content

Commit

Permalink
benchmark-job step should depend on deploy step
Browse files Browse the repository at this point in the history
Signed-off-by: nikimanoledaki <[email protected]>
  • Loading branch information
nikimanoledaki committed Oct 30, 2024
1 parent 3f1eda7 commit 14c47f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
benchmark-job:
runs-on: ubuntu-22.04
needs: [deploy]
steps:
- uses: jenseng/dynamic-uses@v1
with:
uses: ${{ inputs.benchmark_path }}@${{ github.ref_name }}
uses: ${{ inputs.benchmark_path }}

delete:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-workflows/falco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-22.04
steps:
- run: |
echo "github.ref_name: ${{ github.ref_name }}"
echo "here"

0 comments on commit 14c47f5

Please sign in to comment.