Skip to content

Commit

Permalink
fix sample project name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed May 21, 2024
1 parent 81aef3a commit d1dda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ci:
strategy:
matrix:
projectName: ['SampleModule.Web']
projectName: ['OrdersModule2.Web']

if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request.head.repo.full_name == github.repository || github.event.pull_request.head.repo.full_name == '') }} # Check that PR not from forked repo and not from Dependabot
runs-on: ubuntu-latest
Expand Down

0 comments on commit d1dda6a

Please sign in to comment.