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 2f21e30 commit 662b159Copy full SHA for 662b159
.github/workflows/httomolibgpu_zenodotests_iris.yml
@@ -1,11 +1,11 @@
1
name: httomolibgpu zenodo tests
2
on:
3
pull_request:
4
- branches:
5
- - main
+ types: [ labeled ]
6
7
jobs:
8
iris-gpu:
+ if: ${{ github.event.label.name == 'run-zenodo-tests' }}
9
runs-on: iris-gpu
10
container:
11
image: nvidia/cuda:12.6.3-devel-ubi8
@@ -35,9 +35,7 @@ jobs:
35
pip install .[dev]
36
micromamba list
37
38
- # Optional: Run Zenodo tests only if PR has a label
39
- name: Download and run Zenodo tests
40
- if: contains(github.event.pull_request.labels.*.name, 'run-zenodo-tests')
41
run: |
42
chmod +x ./.scripts/download_zenodo.py
43
./.scripts/download_zenodo.py zenodo-tests/large_data_archive
0 commit comments