Skip to content

Commit

Permalink
disable dspace v 7.2 on dev-5
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Jul 21, 2023
1 parent c6d6bd3 commit 03ed41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
labels: ${{ steps.meta_build_cli.outputs.labels }}

- name: redeploy
if: '!cancelled()'
if: 'false'
run: |
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.DEPLOY_DEV5_GH_ACTION_DISPATCH }}" \
Expand Down

0 comments on commit 03ed41f

Please sign in to comment.