Skip to content

Commit d571444

Browse files
committed
ci: remove redundant actions/checkout steps from dev-infra workflows
Checking out the repo is not needed for these actions.
1 parent 63fd18d commit d571444

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/dev-infra.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
if: github.event_name == 'issues'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1918
- uses: ./github-actions/issue-labeling
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: ./github-actions/labeling/pull-request
2927
with:
3028
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
@@ -33,7 +31,6 @@ jobs:
3331
if: github.event_name == "pull_request_target"
3432
runs-on: ubuntu-latest
3533
steps:
36-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3734
- uses: ./github-actions/post-approval-changes
3835
with:
3936
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)