We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acad01c commit 88972cbCopy full SHA for 88972cb
.github/workflows/deploy.yml
@@ -12,3 +12,7 @@ jobs:
12
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@github-action-branches
13
secrets: inherit
14
15
+ cleanup:
16
+ if: github.event_name == 'delete'
17
+ uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/cleanup-branch-deployment.yml@github-action-branches
18
+ secrets: inherit
0 commit comments