Skip to content

Commit 859fcc4

Browse files
committed
scale test: update 'rev' PR reference
Signed-off-by: mrizzi <[email protected]>
1 parent 0b4efc5 commit 859fcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scale-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#issue_comment-on-issues-only-or-pull-requests-only
6666
- name: Build Containers
6767
run: |
68-
docker compose -f compose.yaml build --build-arg rev=${{ github.event.issue.number }}
68+
docker compose -f compose.yaml build --build-arg rev=pr/${{ github.event.issue.number }}
6969
7070
- name: Run
7171
run: |

0 commit comments

Comments
 (0)