We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bff173 commit 2c46e21Copy full SHA for 2c46e21
1 file changed
.github/workflows/template-pr-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run linting
22
run: pixi run snakemake --lint
23
- name: Archive integration test artifacts
24
- if: always()
+ if: ${{ always() }}
25
uses: actions/upload-artifact@v4
26
with:
27
name: integration-test-logs-${{ matrix.os }}
0 commit comments