Skip to content

Commit

Permalink
fix wf naming
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Mar 12, 2024
1 parent 6e8e372 commit b2195b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_awshelper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
awshelper:
name: Build and push
name: awshelper
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./Docker/awshelper/Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
python_3-10:
name: Build and push
name: Python 3.10
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./Docker/python-nginx/python3.10-buster/Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
python_3-9:
name: Build and push
name: Python 3.9
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./Docker/python-nginx/python3.9-buster/Dockerfile"
Expand Down

0 comments on commit b2195b1

Please sign in to comment.