diff --git a/.github/workflows/trigger_coverage_bot.yml b/.github/workflows/trigger_coverage_bot.yml index d1bce5e4db..4f127b8871 100644 --- a/.github/workflows/trigger_coverage_bot.yml +++ b/.github/workflows/trigger_coverage_bot.yml @@ -9,7 +9,7 @@ on: jobs: - Upload to Codecov: + Upload_to_Codecov: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'Parallel-in-Time' && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.pull_requests != '' }} @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install Conda environment with Micromamba + - name: Install virtual environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: environment-file: "etc/environment-postprocess.yml"