We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd748b commit 8f6486fCopy full SHA for 8f6486f
.github/workflows/trigger_coverage_bot.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
12
- Upload to Codecov:
+ Upload_to_Codecov:
13
runs-on: ubuntu-latest
14
15
if: ${{ github.repository_owner == 'Parallel-in-Time' && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.pull_requests != '' }}
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
25
- - name: Install Conda environment with Micromamba
+ - name: Install virtual environment with Micromamba
26
uses: mamba-org/setup-micromamba@v1
27
with:
28
environment-file: "etc/environment-postprocess.yml"
0 commit comments