Skip to content

Commit

Permalink
Getting CI corrections- disabling WF for other buld on push
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi committed Nov 11, 2024
1 parent f7dc121 commit 84108a1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
host: 'mac'
dir: '${{ github.workspace }}/qt_installation/'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
aqtversion: '==3.1.17'
py7zrversion: '==0.22.0'

- name: Build Plotjuggler
shell: pwsh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ros1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ros1

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

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

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

on : [pull_request]

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

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

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

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

on : [pull_request]

jobs:

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

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

on : [pull_request]

jobs:

Expand Down

0 comments on commit 84108a1

Please sign in to comment.