Skip to content

Commit add72f7

Browse files
committed
ci: remove redundant actions/checkout steps from dev-infra workflows
Checking out the repo is not needed for these actions. (cherry picked from commit 4d345b5)
1 parent 5d0c64e commit add72f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dev-infra.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515
if: github.event_name == 'pull_request_target'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1918
- uses: angular/dev-infra/github-actions/labeling/pull-request@63fd18d4726829e65f6abe6f15c0fe79f63f1dec
2019
with:
2120
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2221
post_approval_changes:
2322
if: github.event_name == 'pull_request_target'
2423
runs-on: ubuntu-latest
2524
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2725
- uses: angular/dev-infra/github-actions/post-approval-changes@63fd18d4726829e65f6abe6f15c0fe79f63f1dec
2826
with:
2927
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)