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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -8,7 +9,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-nur:
|
update-nur:
|
||||||
name: "Update NUR repo"
|
name: "Ping NUR repo hook"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: curl nur endpoint
|
- name: curl nur endpoint
|
||||||
|
|
Loading…
Reference in a new issue