Skip to content

Commit

Permalink
feat: update checkout version, remove this branch from triggering wor…
Browse files Browse the repository at this point in the history
…kflows, and remove workflow run
  • Loading branch information
marfanr committed Mar 8, 2024
1 parent 871aee4 commit ef914d6
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 @@ -3,41 +3,37 @@ on:
workflow_dispatch:
pull_request:
push:
branches: [master, feature/fix-github-workflows]
workflow_run:
workflows: [Build and Test Nightly]
types: [requested, completed, in_progress]
branches: [feature/fix-github-workflows]
branches: [master]
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: kansei

- 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 ef914d6

Please sign in to comment.