Skip to content

Commit

Permalink
Fix nightly jobs (#4525)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Mar 7, 2024
1 parent 28ba14d commit 5c87d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
nightly-sec-mac-ci:
strategy:
fail-fast: false
matrix:
fastdds-branch:
- 'master'
Expand All @@ -24,6 +25,7 @@ jobs:

nightly-nosec-mac-ci:
strategy:
fail-fast: false
matrix:
fastdds-branch:
- 'master'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
nightly-sec-windows-ci:
strategy:
fail-fast: false
matrix:
fastdds-branch:
- 'master'
Expand All @@ -24,6 +25,7 @@ jobs:

nightly-nosec-windows-ci:
strategy:
fail-fast: false
matrix:
fastdds-branch:
- 'master'
Expand Down

0 comments on commit 5c87d9d

Please sign in to comment.