Skip to content

Commit

Permalink
Restoring the branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 16, 2024
1 parent 6ee62eb commit e2f0491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dev check PR
uses: JJ/github-pr-contains-action@${{github.head_ref || github.ref_name }}
uses: JJ/github-pr-contains-action@feat/114
id: dev_check_pr
with:
github-token: ${{github.token}}
Expand All @@ -23,7 +23,7 @@ jobs:
run: |
echo "::warning::We got files: $NUMBER_OF_FILES"
- name: Fail if too big
if: ${{ steps.dev_check_pr.outputs.numberOfFiles > 3 }}
if: ${{ steps.dev_check_pr.outputs.numberOfFiles > 6 }}
env:
NUMBER_OF_FILES : ${{ steps.dev_check_pr.outputs.numberOfFiles }}
run: |
Expand Down

0 comments on commit e2f0491

Please sign in to comment.