Skip to content

Commit 511c0b4

Browse files
author
Aaron Roller
committed
added clean for self hosted. BB-809 AM-23/fast-build
1 parent 8f18033 commit 511c0b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-18.04, [self-hosted,linux,arm64]]
1212
fail-fast: false
1313
steps:
14-
- uses: .github/actions/clean@local
14+
- uses: AutoModality/action-clean@v1
1515
- uses: actions/checkout@v2
1616
- name: Package
1717
id: package

.github/workflows/story.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
build:
99
runs-on: self-hosted
1010
steps:
11-
- uses: AutoModality/action-clean@master
1211
- uses: actions/checkout@v2
1312
- name: Package
1413
uses: AutoModality/action-package-debian-ros@v2.0.0

0 commit comments

Comments
 (0)