Skip to content

Commit

Permalink
build: no need for composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Apr 25, 2024
1 parent 9b33b83 commit 4ef6824
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build & Deploy Documentation

runs:
using: "composite"
steps:

- name: Install ROS Noetic
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/qc/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Quality Control

runs:
using: "composite"
steps:

- name: Python Formatting
Expand Down

0 comments on commit 4ef6824

Please sign in to comment.