Standardize workflow names to lowercase
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
db623b7535
commit
32be110719
|
@ -1,4 +1,4 @@
|
|||
name: Backport
|
||||
name: backport
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: CIFuzz
|
||||
name: fuzz
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
@ -12,7 +12,7 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
Fuzzing:
|
||||
smoketest:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Scan
|
||||
name: scan
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Sync labels
|
||||
name: sync-labels
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
|
Loading…
Reference in New Issue