Skip to content

Commit

Permalink
Adding branch name for pacing slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 16, 2024
1 parent 183e41a commit 47091dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
pip install -r .nextmv/benchmark.requirements.txt
- name: run acceptance test
run: python .nextmv/benchmark.py
run: |
export BRANCH_NAME=$(echo $GITHUB_REF | awk -F'/' '{print $3}')
python .nextmv/benchmark.py

0 comments on commit 47091dd

Please sign in to comment.