Skip to content

.github/workflows/on-delete.yaml #629

.github/workflows/on-delete.yaml

.github/workflows/on-delete.yaml #629

Workflow file for this run

on:
workflow_dispatch:
delete:
branches-ignore:
- main
- gh-pages
tags-ignore:
- v*
jobs:
remove-integration-tests-reports:
uses: ./.github/workflows/remove-integration-tests-report.yaml
with:
deleted-branch: ${{ github.event.ref }}