Skip to content

Commit 29495c5

Browse files
Post-action cleanup
1 parent d3c65a8 commit 29495c5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
if: ${{ needs.changes.outputs.buck2 == 'true' || needs.changes.outputs.grapefruit == 'true' }}
2828
runs-on: self-hosted
2929
steps:
30+
- uses: TooMuch4U/actions-clean@v2.1
3031
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
3132
- name: Check out repository code
3233
uses: actions/checkout@v4
@@ -48,6 +49,7 @@ jobs:
4849
if: ${{ needs.changes.outputs.buck2 == 'true' || needs.changes.outputs.cosmo_seq == 'true' }}
4950
runs-on: self-hosted
5051
steps:
52+
- uses: TooMuch4U/actions-clean@v2.1
5153
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
5254
- name: Check out repository code
5355
uses: actions/checkout@v4
@@ -69,6 +71,7 @@ jobs:
6971
if: ${{ needs.changes.outputs.buck2 == 'true' || needs.changes.outputs.cosmo_hp == 'true' }}
7072
runs-on: self-hosted
7173
steps:
74+
- uses: TooMuch4U/actions-clean@v2.1
7275
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
7376
- name: Check out repository code
7477
uses: actions/checkout@v4
@@ -90,6 +93,7 @@ jobs:
9093
if: ${{ needs.changes.outputs.cobble == 'true' }}
9194
runs-on: self-hosted
9295
steps:
96+
- uses: TooMuch4U/actions-clean@v2.1
9397
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
9498
- name: Check out repository code
9599
uses: actions/checkout@v4

.github/workflows/simulation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
cobble: ${{ steps.filter.outputs.cobble }}
1212
buck2: ${{ steps.filter.outputs.buck2 }}
1313
steps:
14+
- uses: TooMuch4U/actions-clean@v2.1
1415
- uses: actions/checkout@v4
1516
with:
1617
submodules: 'true'
@@ -24,6 +25,7 @@ jobs:
2425
if: ${{ needs.changes.outputs.buck2 == 'true' }}
2526
runs-on: self-hosted
2627
steps:
28+
- uses: TooMuch4U/actions-clean@v2.1
2729
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
2830
- name: Check out repository code
2931
uses: actions/checkout@v4
@@ -41,6 +43,7 @@ jobs:
4143
if: ${{ needs.changes.outputs.cobble == 'true' }}
4244
runs-on: self-hosted
4345
steps:
46+
- uses: TooMuch4U/actions-clean@v2.1
4447
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
4548
- name: Check out repository code
4649
uses: actions/checkout@v4

0 commit comments

Comments
 (0)