Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPadhi-Microsoft committed Dec 5, 2024
1 parent 097c543 commit 4b10bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
- name: Set GH_TOKEN
run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
- name: Trigger Build Docker Images Workflow
if: github.event_name != 'pull_request'
run: |
BRANCH_NAME=${GITHUB_REF#refs/heads/}
gh workflow run build-docker-images.yml --ref $BRANCH_NAME -f branch_name=$BRANCH_NAME
Expand Down

0 comments on commit 4b10bbd

Please sign in to comment.