Skip to content

Commit

Permalink
Standardize workflow names to lowercase
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
hiddeco committed Jun 30, 2023
1 parent db623b7 commit 32be110
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backport
name: backport

on:
pull_request_target:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cifuzz.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CIFuzz
name: fuzz
on:
pull_request:
branches:
Expand All @@ -12,7 +12,7 @@ permissions:
contents: read

jobs:
Fuzzing:
smoketest:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scan
name: scan

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync labels
name: sync-labels
on:
workflow_dispatch:
push:
Expand Down

0 comments on commit 32be110

Please sign in to comment.