Skip to content

Commit 06edcf5

Browse files
Test fail-on-error with remove_conda_env_artifact
1 parent 66a2d79 commit 06edcf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: geekyeggo/delete-artifact@v1
7979
with:
8080
name: conda_envs
81+
failOnError: false # Add this to prevent failure if artifact doesn't exist
8182

8283
# single_hisat
8384
#

0 commit comments

Comments
 (0)