Skip to content

Commit

Permalink
(actions) only push build changes on one ROS distro
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jun 6, 2021
1 parent b2454e4 commit 1b1a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Tests
run: docker run -v $(pwd):/root/roslibjs --rm roslibjsdocker bash -i -c 'bash /root/roslibjs/test/build.bash'
- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ (github.event_name == 'push' && github.ref == 'develop' }}
if: ${{ (github.event_name == 'push' && github.ref == 'develop' && matrix.ros_distro == 'noetic' }}
with:
commit_message: Update Build
file_pattern: 'build/*.js'

0 comments on commit 1b1a8d9

Please sign in to comment.