Skip to content

Commit

Permalink
Merge pull request #6 from sonia-auv/fix/cron
Browse files Browse the repository at this point in the history
removed cron
  • Loading branch information
Kam0ss authored Jul 26, 2022
2 parents f59ad51 + 0efb8fb commit a2a2a2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image-perception-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker Image CI - Develop Branch
on:
push:
branches: [develop]
schedule:
- cron: "0 0 * * *"

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

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

jobs:
build-ros-perception-x86-64:
Expand Down

0 comments on commit a2a2a2e

Please sign in to comment.