From 3101cd882d5c7def781fb79550103f63ca482cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Mon, 26 Aug 2024 10:19:27 +0200 Subject: [PATCH] Fix merge conflicts --- .github/workflows/ci-iron.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci-iron.yaml b/.github/workflows/ci-iron.yaml index 0388719b..81837e0e 100644 --- a/.github/workflows/ci-iron.yaml +++ b/.github/workflows/ci-iron.yaml @@ -1,20 +1,14 @@ name: gz_ros2_control CI - Iron on: -<<<<<<< HEAD -======= workflow_dispatch: ->>>>>>> 38504d1 (Scheduled CI for Iron (#401)) pull_request: branches: [ iron ] push: branches: [ iron ] -<<<<<<< HEAD -======= schedule: # Run every morning to detect flakiness and broken dependencies - cron: '33 4 * * *' ->>>>>>> 38504d1 (Scheduled CI for Iron (#401)) jobs: build: @@ -48,9 +42,6 @@ jobs: container: image: ${{ matrix.docker-image }} steps: -<<<<<<< HEAD - - uses: actions/checkout@v4 -======= - name: Checkout code if: github.event_name != 'schedule' uses: actions/checkout@v4 @@ -59,7 +50,6 @@ jobs: uses: actions/checkout@v4 with: ref: iron ->>>>>>> 38504d1 (Scheduled CI for Iron (#401)) - name: Setup colcon workspace id: configure shell: bash