Skip to content

Commit

Permalink
Remove if for wrong repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Jan 10, 2024
1 parent 3c050c7 commit 0bdeb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
submit-dependency-graph:
if: github.repository == 'finos/morphir-scala' && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 0bdeb50

Please sign in to comment.