Skip to content

Commit 6839438

Browse files
committed
CI: Trigger test workflow on whatever the current branch is.
1 parent 1dbb2ab commit 6839438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-brev-tutorial-docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: Trigger test workflow
111111
run: |
112112
gh workflow run test-brev-tutorial-docker-images.yml \
113+
--ref ${{ github.ref_name }} \
113114
-f tutorial=${{ steps.set-image.outputs.tutorial_name }}
114115
env:
115116
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)