Browse Source

CI: fix job name in repository_cleanup.yml

build-on-device
Leonid Plyushch 5 years ago
parent
commit
3c15df19c4
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      .github/workflows/repository_cleanup.yml

2
.github/workflows/repository_cleanup.yml

@ -5,7 +5,7 @@ on:
- cron: '0 2 * * *'
jobs:
build:
repo-maintenance:
runs-on: ubuntu-latest
steps:
- name: Clone repository

Loading…
Cancel
Save