Skip to content

Commit

Permalink
Update build-deb.yml (#52)
Browse files Browse the repository at this point in the history
* Update build-deb.yml

* Update build-deb.yml

* Update build-deb.yml

* Update build-deb.yml
  • Loading branch information
padhupradheep authored Jul 19, 2024
1 parent b79d420 commit 1d47ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Build debian package
on:
push:
branches:
- ros2
- ros2-Ubuntu2404
# tags:
# - v.*
pull_request:
branches:
- ros2
- ros2-Ubuntu2404
# tags:
# - v.*
schedule: #trigger for every friday at 5:30 UTC
- cron: '30 5 * * 5'

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: 'Checkout'
Expand Down

0 comments on commit 1d47ccb

Please sign in to comment.