diff --git a/.github/workflows/local-testing.yaml b/.github/workflows/local-testing.yaml index 64613e95..4bb6dc50 100644 --- a/.github/workflows/local-testing.yaml +++ b/.github/workflows/local-testing.yaml @@ -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}} @@ -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: |