ci: rework NUR hook workflow names
This commit is contained in:
parent
d0cb004d7a
commit
9fcffa7169
3
.github/workflows/nur-update.yaml
vendored
3
.github/workflows/nur-update.yaml
vendored
|
@ -1,3 +1,4 @@
|
|||
name: "NUR"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -8,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update-nur:
|
||||
name: "Update NUR repo"
|
||||
name: "Ping NUR repo hook"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: curl nur endpoint
|
||||
|
|
Loading…
Reference in a new issue