Browse Source

adding in a manual trigger for the stubbed workflow (#1822)

pull/1825/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
897a76ff48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/cleanup-after-pr.yml

2
.github/workflows/cleanup-after-pr.yml

@ -4,6 +4,8 @@ name: Clean After PR @@ -4,6 +4,8 @@ name: Clean After PR
on:
pull_request:
types: [closed]
workflow_dispatch:
inputs: {}
jobs:
build-docker:

Loading…
Cancel
Save