Skip to content

Commit

Permalink
Closes #125, changed and checked already
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 16, 2024
1 parent 449a5c5 commit 299f5f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/local-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Info PR
env:
NUMBER_OF_FILES : ${{ steps.dev_check_pr.outputs.numberOfFiles }}
run: |
echo "::warning::We got files: $NUMBER_OF_FILES"
run: echo "::warning::We got files: $NUMBER_OF_FILES"
- name: Fail if too big
if: ${{ steps.dev_check_pr.outputs.numberOfFiles > 3 }}
env:
Expand Down

0 comments on commit 299f5f2

Please sign in to comment.