Skip to content

Commit 64b3dd9

Browse files
author
Aaron Roller
committed
temporiarly testing clean AM-23/fast-build
1 parent f1003b0 commit 64b3dd9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/story.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ on:
66
- master
77
jobs:
88
build:
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
matrix:
12-
os: [ubuntu-18.04]
13-
fail-fast: true
9+
runs-on: self-hosted
1410
steps:
11+
- uses: .github/actions/clean@local
1512
- uses: actions/checkout@v2
1613
- name: Package
1714
uses: AutoModality/action-package-debian-ros@v2.0.0

0 commit comments

Comments
 (0)