Skip to content

Commit

Permalink
Delete CVMFS Image On-Branch Delete (Fix) (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ric-evans and github-actions authored Nov 7, 2022
1 parent 2240ab0 commit 8d0341f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
cvmfs:
name: Publish Image to CVMFS
needs: [docker]
if: |
always() &&
(needs.docker.result == 'success' ||
(needs.docker.result == 'skipped' && github.event_name == 'delete')
)
runs-on: ubuntu-latest
steps:

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ iminuit==2.17.0
# via skymap-scanner (setup.py)
kiwisolver==1.4.4
# via matplotlib
matplotlib==3.6.1
matplotlib==3.6.2
# via healpy
numpy==1.23.4
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ typing-extensions==4.4.0
# via wipac-dev-tools
urllib3==1.26.12
# via requests
wipac-dev-tools[coloredlogs]==1.6.0
wipac-dev-tools[coloredlogs]==1.6.7
# via
# skymap-scanner (setup.py)
# wipac-mqclient
Expand Down

0 comments on commit 8d0341f

Please sign in to comment.