Skip to content

Commit

Permalink
feat(dcellar-web-ui): add e2e housekeeping (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl authored Mar 12, 2024
1 parent 9ab0b00 commit 3da0b38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dcellar-web-ui-e2e-housekeeping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: e2e-housekeeping

on:
pull_request:
types:
- closed

jobs:
remove-e2e-deployment:
uses: node-real/github-workflows/.github/workflows/dcellar-web-ui-e2e-housekeeping.yml@feat/opt-fe/devin
secrets: inherit
with:
app_name: dcellar-web-ui

0 comments on commit 3da0b38

Please sign in to comment.