Skip to content

Commit f174713

Browse files
author
Aaron Roller
committed
ci: avoiding running on drone AM-284 master
1 parent 139ff72 commit f174713

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- name: Package
1111
id: package
12-
uses: AutoModality/action-package-debian-ros@v3-perception
12+
uses: AutoModality/action-package-debian-ros@3.2.0
1313
with:
1414
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
1515

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [[x64, self-hosted,linux], [arm64,self-hosted,linux]]
11+
os: [[x64, self-hosted,linux,build], [arm64,self-hosted,linux, build]]
1212
fail-fast: false
1313
steps:
1414
- uses: AutoModality/action-clean@v1.1.0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [[x64,self-hosted,linux]]
15+
os: [[x64,self-hosted,linux, build]]
1616
steps:
1717
- uses: AutoModality/action-clean@v1.1.0
1818
- name: Checkout
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
strategy:
5454
matrix:
55-
os: [[x64,self-hosted,linux], [arm64,self-hosted,linux]]
55+
os: [[x64, self-hosted,linux,build], [arm64,self-hosted,linux, build]]
5656
fail-fast: true
5757
name: Package if released
5858
steps:

0 commit comments

Comments
 (0)