Skip to content

Commit

Permalink
Update makecheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga authored Sep 1, 2023
1 parent 628d227 commit 20217d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/makecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
outputs:
output1: ${{ steps.hasChanged.outputs.check }}
steps:
- name: Check if latest commit changed a .c file
id: hasChanged
- id: hasChanged
if: ${{contains(github.event.head_commit.modified, '.c') || contains(github.event.head_commit.modified, '.h')}}
run: |
echo 'C files has changed'
Expand Down

0 comments on commit 20217d2

Please sign in to comment.