Skip to content

Commit

Permalink
run job on push only for rolling branch
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 7, 2024
1 parent bfefa81 commit 0b8c0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: SROS2 CI
on:
pull_request:
push:
branches:
rolling
schedule:
# Run daily
- cron: '0 20 * * *'
Expand Down

0 comments on commit 0b8c0bb

Please sign in to comment.