Skip to content

1094 list view in new UI #242

1094 list view in new UI

1094 list view in new UI #242

Workflow file for this run

name: PR closed
on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ dev ]
types: [ closed ]
jobs:
remove-ts:
runs-on: ubuntu-latest
steps:
- name: Remove Testserver
run: |
curl -X POST -H "Authorization: Token ${{ secrets.TESTSERVER_UPDATER_SECRET }}" https://update.test.live.mm.rbg.tum.de/remove?num=${{ github.event.number }}