Skip to content

Commit

Permalink
failure()
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Nov 4, 2021
1 parent c2c072c commit d42483b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fitbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
url=$(vp-upload output/ 2>&1 | grep https)
echo "REPORT_URL=$url" >> $GITHUB_ENV
- name: Save the package if something fails
if: ${{ failure }}
if: failure()
shell: bash -l ${0}
run: |
scp /usr/share/miniconda/envs/test/conda-bld/linux-64/nnpdf*.tar.bz2 nnpdf.fisica.unimi.it:debug_pkgs/
Expand Down

0 comments on commit d42483b

Please sign in to comment.