Skip to content

Commit

Permalink
chore: github build action
Browse files Browse the repository at this point in the history
- fixes build action repo path

Signed-off-by: Cory Rylan <splintercode.cb@gmail.com>
  • Loading branch information
coryrylan committed Mar 21, 2022
1 parent 97d1396 commit eecc0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'vmware/clarity'
if: github.repository == 'vmware-clarity/core'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eecc0f9

Please sign in to comment.