Skip to content

Commit

Permalink
Updated CI Workflows names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Jan 6, 2025
1 parent 4e41a04 commit c67ace6
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
@@ -1,5 +1,5 @@
name: redcap-fastcgi-client-container-ci
run-name: APHP Container CLI Workflow triggered by @${{ github.actor }}
run-name: FASTCGI CI triggered by @${{ github.actor }}

on:
push:
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
@@ -1,5 +1,5 @@
name: redcap-htpd-shibd-container-ci
run-name: APHP Container CLI Workflow triggered by @${{ github.actor }}
run-name: HTTPD-SHIBD CI triggered by @${{ github.actor }}

on:
push:
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
@@ -1,5 +1,5 @@
name: redcap-php-fpm-container-ci
run-name: APHP Container CLI Workflow triggered by @${{ github.actor }}
run-name: PHP/FPM CI triggered by @${{ github.actor }}

on:
push:
Expand Down

0 comments on commit c67ace6

Please sign in to comment.