Skip to content

Commit

Permalink
revert 84108a1
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi committed Nov 11, 2024
1 parent 84108a1 commit d2cf078
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ros1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ros1

# on: [push, pull_request]
on : [pull_request]
on: [push, pull_request]

jobs:
industrial_ci:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ros2-rolling.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: ros2-rolling

# on: [push, pull_request]

on : [pull_request]
on: [push, pull_request]

jobs:
industrial_ci:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ros2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ros2

# on: [push, pull_request]
on : [pull_request]
on: [push, pull_request]

jobs:
industrial_ci:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: ubuntu

# on: [push, pull_request]

on : [pull_request]
on: [push, pull_request]

jobs:

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: windows

# on: [push, pull_request]

on : [pull_request]
on: [push, pull_request]

jobs:

Expand Down

0 comments on commit d2cf078

Please sign in to comment.