Skip to content

Commit

Permalink
fixed os, added dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Jun 2, 2024
1 parent 4df1cc1 commit 18db6ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- humble
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

Expand All @@ -14,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
fri_version: [1.11, 1.14, 1.15, 1.16, 2.5, 2.7]
steps:
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 18db6ff

Please sign in to comment.