Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Aug 26, 2024
1 parent 38b6a01 commit 3101cd8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-iron.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3101cd8

Please sign in to comment.