Skip to content

Commit dd464e5

Browse files
alan-agius4atscott
authored andcommitted
ci: remove redundant actions/checkout steps from dev-infra workflows
Checking out the repo is not needed for these actions.
1 parent 8217ef9 commit dd464e5

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,7 +15,6 @@ 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@9a88f495971c09574545e0ea0c2f6228b851e77a
2019
with:
2120
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
@@ -24,7 +23,6 @@ jobs:
2423
if: github.event_name == 'pull_request_target'
2524
runs-on: ubuntu-latest
2625
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2826
- uses: angular/dev-infra/github-actions/post-approval-changes@9a88f495971c09574545e0ea0c2f6228b851e77a
2927
with:
3028
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)