Skip to content

Commit a8c7111

Browse files
Fixed job name (#559)
1 parent 6cd748b commit a8c7111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger_coverage_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111

12-
Upload to Codecov:
12+
Upload_to_Codecov:
1313
runs-on: ubuntu-latest
1414

1515
if: ${{ github.repository_owner == 'Parallel-in-Time' && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.pull_requests != '' }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25-
- name: Install Conda environment with Micromamba
25+
- name: Install virtual environment with Micromamba
2626
uses: mamba-org/setup-micromamba@v1
2727
with:
2828
environment-file: "etc/environment-postprocess.yml"

0 commit comments

Comments
 (0)