We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88972cb commit eb11be3Copy full SHA for eb11be3
.github/workflows/cleanup.yml
@@ -0,0 +1,12 @@
1
+name: Cleanup Deleted Branch
2
+
3
+on:
4
+ delete
5
6
+permissions:
7
+ contents: write
8
9
+jobs:
10
+ cleanup:
11
+ uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/cleanup-branch-deployment.yml@github-action-branches
12
+ secrets: inherit
.github/workflows/deploy.yml
@@ -11,8 +11,3 @@ jobs:
deploy:
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