Browse Source
CI: fix job name in repository_cleanup.yml
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
.github/workflows/repository_cleanup.yml
|
@ -5,7 +5,7 @@ on: |
|
|
- cron: '0 2 * * *' |
|
|
- cron: '0 2 * * *' |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
repo-maintenance: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Clone repository |
|
|
- name: Clone repository |
|
|