Skip to content

Commit

Permalink
feat: update checkout version, and remove workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Mar 8, 2024
1 parent 85bc1c9 commit 08ac21f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build-ros2-ws-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,44 @@ on:
pull_request:
push:
branches: [master]
workflow_run:
workflows: [Build and Test Nightly]
types: [requested, completed, in_progress]
branches: [feature/fix-github-actions]
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
with:
path: akushon
ref: feature/add-grpc

- name: Checkout akushon Interfaces
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
with:
repository: ichiro-its/akushon_interfaces
ref: feature/create-grpc-service
path: akushon_interfaces

- name: Checkout Kansei Interfaces
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
with:
repository: ichiro-its/kansei_interfaces
path: kansei_interfaces

- name: Checkout Keisan
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
with:
repository: ichiro-its/keisan
path: keisan

- name: Checkout tachimawari
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
with:
repository: ichiro-its/tachimawari
path: tachimawari

- name: Checkout tachimawari interfaces
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
with:
repository: ichiro-its/tachimawari_interfaces
path: tachimawari_interfaces
Expand Down

0 comments on commit 08ac21f

Please sign in to comment.