Skip to content

Commit 89f9c8a

Browse files
alan-agius4dgp1130
authored andcommitted
ci: relocate license check to prevent blocking other CI jobs
Relocates the "Check Package Licenses" step in `pr.yml` to ensure that failures in this specific check do not prevent other critical CI jobs from completing or providing feedback on pull requests.
1 parent 8dd05c1 commit 89f9c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
run: pnpm ts-circular-deps check
5656
- name: Run Validation
5757
run: pnpm admin validate
58-
- name: Check Package Licenses
59-
uses: angular/dev-infra/github-actions/linting/licenses@c855fffb4b01bc06e743eb3bdfd54c866af09ad8
6058
- name: Check tooling setup
6159
run: pnpm check-tooling-setup
6260
- name: Check commit message
@@ -67,6 +65,8 @@ jobs:
6765
# Code formatting checks are only done on pull requests as its too late to validate once
6866
# it has been merged.
6967
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
68+
- name: Check Package Licenses
69+
uses: angular/dev-infra/github-actions/linting/licenses@c855fffb4b01bc06e743eb3bdfd54c866af09ad8
7070

7171
build:
7272
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)