diff --git a/.github/workflows/ci_iron.yml b/.github/workflows/ci_iron.yml index 4d23679..2e2b330 100644 --- a/.github/workflows/ci_iron.yml +++ b/.github/workflows/ci_iron.yml @@ -10,9 +10,6 @@ on: jobs: ci: runs-on: ${{ matrix.os }} - if: | - ((github.event.action == 'labeled') && (github.event.label.name == 'TESTING')) || - ((github.event.action == 'synchronize') && contains(github.event.pull_request.labels.*.name, 'TESTING')) container: image: osrf/ros:${{ matrix.ros_distribution }}-desktop timeout-minutes: 20 diff --git a/.github/workflows/ci_jazzy.yml b/.github/workflows/ci_jazzy.yml index eaea030..3d89d1b 100644 --- a/.github/workflows/ci_jazzy.yml +++ b/.github/workflows/ci_jazzy.yml @@ -10,9 +10,6 @@ on: jobs: ci: runs-on: ${{ matrix.os }} - if: | - ((github.event.action == 'labeled') && (github.event.label.name == 'TESTING')) || - ((github.event.action == 'synchronize') && contains(github.event.pull_request.labels.*.name, 'TESTING')) container: image: osrf/ros:${{ matrix.ros_distribution }}-desktop timeout-minutes: 20 diff --git a/.github/workflows/ci_rolling.yml b/.github/workflows/ci_rolling.yml index 506fe41..a4c3b6b 100644 --- a/.github/workflows/ci_rolling.yml +++ b/.github/workflows/ci_rolling.yml @@ -10,9 +10,6 @@ on: jobs: ci: runs-on: ${{ matrix.os }} - if: | - ((github.event.action == 'labeled') && (github.event.label.name == 'TESTING')) || - ((github.event.action == 'synchronize') && contains(github.event.pull_request.labels.*.name, 'TESTING')) container: image: osrf/ros:${{ matrix.ros_distribution }}-desktop timeout-minutes: 20