Skip to content

Commit f8c8d69

Browse files
committed
Revert "build: no need for composite actions"
This reverts commit 4ef6824.
1 parent 4ef6824 commit f8c8d69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build & Deploy Documentation
22

33
runs:
4+
using: "composite"
45
steps:
56

67
- name: Install ROS Noetic

.github/workflows/qc/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Quality Control
22

33
runs:
4+
using: "composite"
45
steps:
56

67
- name: Python Formatting

0 commit comments

Comments
 (0)