Skip to content

Commit 3109dcd

Browse files
authored
Make sure to build every time
1 parent 9576428 commit 3109dcd

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/ci_iron.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
jobs:
1111
ci:
1212
runs-on: ${{ matrix.os }}
13-
if: |
14-
((github.event.action == 'labeled') && (github.event.label.name == 'TESTING')) ||
15-
((github.event.action == 'synchronize') && contains(github.event.pull_request.labels.*.name, 'TESTING'))
1613
container:
1714
image: osrf/ros:${{ matrix.ros_distribution }}-desktop
1815
timeout-minutes: 20

.github/workflows/ci_jazzy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
jobs:
1111
ci:
1212
runs-on: ${{ matrix.os }}
13-
if: |
14-
((github.event.action == 'labeled') && (github.event.label.name == 'TESTING')) ||
15-
((github.event.action == 'synchronize') && contains(github.event.pull_request.labels.*.name, 'TESTING'))
1613
container:
1714
image: osrf/ros:${{ matrix.ros_distribution }}-desktop
1815
timeout-minutes: 20

.github/workflows/ci_rolling.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
jobs:
1111
ci:
1212
runs-on: ${{ matrix.os }}
13-
if: |
14-
((github.event.action == 'labeled') && (github.event.label.name == 'TESTING')) ||
15-
((github.event.action == 'synchronize') && contains(github.event.pull_request.labels.*.name, 'TESTING'))
1613
container:
1714
image: osrf/ros:${{ matrix.ros_distribution }}-desktop
1815
timeout-minutes: 20

0 commit comments

Comments
 (0)