Skip to content

Commit

Permalink
Update on-pullrequest.yml (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Apr 7, 2023
1 parent 459c095 commit 2d0121b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Scan Actions
uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@main

analyze-code:
analyze-dependencies:
# This Action will fail if run on anything other than a pull request
if: github.event_name == 'pull_request'
name: Analyze Code Dependencies
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Dependency Review ("Dependabot on PR")
uses: actions/dependency-review-action@0ff3da6f81b812d4ec3cf37a04e2308c7a723730 # v3.0.2

analyze:
analyze-code:
name: Analyze Code
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 2d0121b

Please sign in to comment.