Skip to content

Commit

Permalink
Updated names og the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Jan 3, 2025
1 parent 04674b0 commit e27cb7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-redcap-fastcgi-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "v*.*.*"

jobs:
call-aphp-container-ci-workflow:
aphp-container-ci-workflow:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-path: "./fastcgi-client/Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-redcap-httpd-shibd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "v*.*.*"

jobs:
call-aphp-container-ci-workflow:
aphp-container-ci-workflow:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-path: "./httpd-shibd/Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-redcap-php-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "v*.*.*"

jobs:
call-aphp-container-ci-workflow:
aphp-container-ci-workflow:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-path: "./php-fpm/Dockerfile"
Expand Down

0 comments on commit e27cb7b

Please # to comment.