Skip to content

Commit

Permalink
Refs #20553: Fix nightly jobs
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 7, 2024
1 parent 28ba14d commit 47eec1a
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 47eec1a

Please sign in to comment.