Skip to content

Commit

Permalink
make deploy action work (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Feb 23, 2024
1 parent 6a34fe7 commit 02604e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
import-8:
runs-on: dspace-dep-1
if: inputs.IMPORT == 'true' # shouldn't there also be if instance = 5?
if: inputs.IMPORT
needs: deploy-8
env:
INSTANCE: '8'
Expand Down

0 comments on commit 02604e6

Please sign in to comment.