Skip to content

Commit

Permalink
[CI] Removed push event from workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Martinena <[email protected]>
  • Loading branch information
orensbruli committed Sep 22, 2022
1 parent 719213b commit 598146f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: build
on:
pull_request:
push:
branches: [ main ]
schedule:
- cron: '55 0 * * *'
workflow_dispatch:
Expand All @@ -14,4 +12,4 @@ jobs:
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
packages: |
rmf_traffic
rmf_traffic

0 comments on commit 598146f

Please sign in to comment.