Skip to content

Commit

Permalink
Merge pull request #24 from sonia-auv/fix/remove-cron
Browse files Browse the repository at this point in the history
remove cron actions
  • Loading branch information
supertoto29 authored Jul 13, 2022
2 parents 168e449 + af04f92 commit 81e892f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image-perception-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Docker Image CI - Develop Branch
on:
push:
branches: [develop]
schedule:
- cron: "0 0 * * *"


jobs:
build-ros-perception-x86-64:
name: "Build ROS perception X86/64"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker-image-perception-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Docker Image CI - Feature Branch
on:
push:
branches: [feature/**]
schedule:
- cron: "0 0 * * *"


jobs:
build-ros-perception-x86-64:
name: "Build ROS perception X86/64"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker-image-perception-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Docker Image CI - Fix Branch
on:
push:
branches: [fix/**]
schedule:
- cron: "0 0 * * *"


jobs:
build-ros-perception-x86-64:
name: "Build ROS perception X86/64"
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>interface_rs485</name>
<version>1.1.5</version>
<version>1.1.6</version>
<description>The rs485 package</description>

<maintainer email="[email protected]">Software Team Leader</maintainer>
Expand Down

0 comments on commit 81e892f

Please sign in to comment.