Skip to content

Commit

Permalink
[devOps] import/erase workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Nov 7, 2023
1 parent 44d96e0 commit 6e7c844
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/erase_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ on:


jobs:
restart_db:
recreate_db:
env:
INSTANCE: ${{ inputs.INSTANCE }}
runs-on: dspace-dep-1
steps:
- uses: actions/checkout@v4
with:
submodules: false

- name: stop and remove containers
run: |
Expand Down

0 comments on commit 6e7c844

Please sign in to comment.