Skip to content

Commit

Permalink
Merge pull request #2 from AjitPadhi-Microsoft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
AjitPadhi-Microsoft authored Dec 3, 2024
2 parents 1ae5e9c + 9619c21 commit 397af1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 107 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ on:
merge_group:

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: logging
run: echo "${{github.event.workflow_run.GITHUB_REF}}"
- name: Extract branch name
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Print branch name
run: echo "${{ steps.extract_branch.outputs.branch }}"
docker-build:
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
strategy:
Expand Down
107 changes: 0 additions & 107 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 397af1b

Please sign in to comment.