Skip to content

Commit

Permalink
COSI-43: keeping-naming-convention-consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 14, 2024
1 parent 2de7779 commit 3474fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
slug: scality/cosi-driver

dev-container-build:
dev-container-with-docker:
permissions:
contents: read
packages: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
kubectl cluster-info
kubectl get nodes
- name: "Debug: SSH to runner"
uses: scality/actions/action-ssh-to-runner@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: false

jobs:
prod-container-build:
prod-container-with-docker:
permissions:
contents: read
packages: write
Expand All @@ -27,7 +27,7 @@ jobs:

create-github-release:
runs-on: ubuntu-latest
needs: [prod-container-build, package-helm-chart]
needs: [prod-container-with-docker, package-helm-chart]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 3474fbc

Please sign in to comment.