Skip to content

Commit

Permalink
run branch specified
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 47bc675 commit 3f1eda7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- uses: jenseng/dynamic-uses@v1
with:
uses: ${{ inputs.benchmark_path }}
uses: ${{ inputs.benchmark_path }}@${{ github.ref_name }}

delete:
runs-on: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-workflows/falco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ jobs:
stress-ng-test:
runs-on: ubuntu-22.04
steps:
- run: echo "done"
- run: |
echo "github.ref_name: ${{ github.ref_name }}"
2 changes: 1 addition & 1 deletion projects/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "falco",
"organization": "falcosecurity",
"benchmark_path": ".github/workflows/benchmark-workflows/falco.yml@nm/add-benchmark-path",
"benchmark_path": ".github/workflows/benchmark-workflows/falco.yml",
"configs": [
"ebpf",
"modern-ebpf",
Expand Down

0 comments on commit 3f1eda7

Please sign in to comment.