Skip to content

Commit 4ea6911

Browse files
committed
Rename the Istio GitHub workflows
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a3fd22d commit 4ea6911

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/analyze-istio.yaml renamed to .github/workflows/analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: analyze-istio
1+
name: analyze
22

33
on:
44
workflow_dispatch:
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
jobs:
14-
check-istio:
14+
istio:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

.github/workflows/update-istio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update-istio
1+
name: update
22

33
on:
44
workflow_dispatch:
@@ -12,7 +12,7 @@ permissions:
1212
contents: write
1313

1414
jobs:
15-
check-istio:
15+
istio:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)