Skip to content

Commit 8f894ee

Browse files
committed
picking the files from master feature/BB-791 feature/BB-791
1 parent ed9bfca commit 8f894ee

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
package:
88
runs-on: ubuntu-16.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v1
1111
- name: Generate build number
1212
id: buildnumber
1313
uses: einaregilsson/build-number@v2
1414
with:
1515
token: ${{secrets.github_token}}
1616
- name: Package
1717
id: package
18-
uses: AutoModality/action-package-debian-ros@feature/BB-780
18+
uses: AutoModality/action-package-debian-ros@v1.1.1
1919
with:
2020
branch: ${{ github.event.pull_request.head.ref }}
2121
pull-request-number: ${{ github.event.number }}

.github/workflows/story.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ on:
66
- master
77
jobs:
88
build:
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
matrix:
12-
os: [ubuntu-18.04,ubuntu-16.04, self-hosted]
13-
fail-fast: true
9+
runs-on: ubuntu-16.04
1410
steps:
15-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v1
1612
- name: Package
17-
uses: AutoModality/action-package-debian-ros@feature/BB-780
13+
uses: AutoModality/action-package-debian-ros@v1.1.1
1814

1915

0 commit comments

Comments
 (0)