Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 838df91

Browse files
author
Jesús Miguel Benito Calzada
authored
Rename GHA's main job to CI (#5617)
This commit renames the `main` job in GHA workflows to `CI`. Signed-off-by: Jesús Benito Calzada <bjesus@vmware.com>
1 parent ce8f0f4 commit 838df91

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/kubeapps-full-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
main:
15+
CI:
1616
uses: ./.github/workflows/kubeapps-general.yaml
1717
secrets: inherit
1818
with:

.github/workflows/kubeapps-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18-
main:
18+
CI:
1919
uses: ./.github/workflows/kubeapps-general.yaml
2020
secrets: inherit

.github/workflows/kubeapps-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
main:
17+
CI:
1818
uses: ./.github/workflows/kubeapps-general.yaml
1919
secrets: inherit
2020
with:

0 commit comments

Comments
 (0)