Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fix step names in PR Validation job
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Feb 12, 2024
1 parent b70beee commit 931ea21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
retention-days: 5

# gosec needs a "build" stage so connect it to the lint step which we always do
- name: build
- name: Lint
run: make lint

- name: test
- name: Test
# run this stage only if there are changes that match the includes and not the excludes
if: ${{ env.CHANGES != '' }}
run: make test
Expand Down

0 comments on commit 931ea21

Please sign in to comment.