We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccd70a commit 1f06e3eCopy full SHA for 1f06e3e
.github/workflows/clean_deployments.yml
@@ -8,11 +8,11 @@ on:
8
9
# To share the secrets between jobs for our Python Publish Action, we need to use
10
# an environment which creates multiple deployments.
11
- # This action cleans up the GitHub PR when the deployments are
12
- # no longer needed.
13
- # Due to API limitations, we cant call this action from the Python Publish Action,
14
- # so we need to call this on each PR.
15
- pull_request:
+ # This action cleans up the GitHub PR when the deployments are no longer needed.
+ workflow_run:
+ workflows: ["Upload Python Package"]
+ types:
+ - completed
16
17
jobs:
18
cleanup:
0 commit comments