Skip to content

Commit

Permalink
change merge commit to check out
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpaca-zip committed Sep 14, 2023
1 parent 45eed8f commit 203a32d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: ROS1 Industrial CI
on:
pull_request:
push:
branches:
- main

jobs:
clang_format_check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env:
Expand All @@ -22,8 +23,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env:
Expand All @@ -37,8 +36,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env:
Expand All @@ -50,8 +47,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env:
Expand All @@ -66,8 +61,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env:
Expand Down Expand Up @@ -97,8 +90,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: run industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

0 comments on commit 203a32d

Please sign in to comment.