Skip to content

Commit

Permalink
change trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysngupta committed Jul 2, 2024
1 parent e3c2db8 commit 2758d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
GO_PROJ: github.com/Azure/${{ github.repository }}

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Go workspace
run: |
mkdir -p $GOBIN
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build
uses: ./.github/workflows/_build.yml

0 comments on commit 2758d43

Please sign in to comment.