Skip to content

Commit

Permalink
Enable dispatch for pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BassemNKhalil committed Nov 15, 2023
1 parent a483276 commit 87d8282
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Merge checks

on:
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -24,9 +25,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: "npm"
- run: npm ci
- run: npm test
- run: npm cit
coverage-report:
uses: ./.github/workflows/jest_coverage_report.yml
needs: run-tests
Expand Down

0 comments on commit 87d8282

Please sign in to comment.