Skip to content

Commit

Permalink
Update CI job name in Docker workflow
Browse files Browse the repository at this point in the history
The commit removes specific environment (env) details from the Continuous Integration (CI) job's name in the Docker workflow file. This simplifies the job name, providing a more general and cleaner view in the workflow jobs dashboard.
  • Loading branch information
jorgecuesta committed Jul 22, 2024
1 parent ff87b0b commit 1843d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci:
name: "CI env=${{ inputs.env }}"
name: "CI"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 1843d6b

Please sign in to comment.