We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1003b0 commit 64b3dd9Copy full SHA for 64b3dd9
.github/workflows/story.yml
@@ -6,12 +6,9 @@ on:
6
- master
7
jobs:
8
build:
9
- runs-on: ${{ matrix.os }}
10
- strategy:
11
- matrix:
12
- os: [ubuntu-18.04]
13
- fail-fast: true
+ runs-on: self-hosted
14
steps:
+ - uses: .github/actions/clean@local
15
- uses: actions/checkout@v2
16
- name: Package
17
uses: AutoModality/action-package-debian-ros@v2.0.0
0 commit comments