Skip to content

Commit

Permalink
fix(ci): fix secrets name for collect packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 19, 2024
1 parent 7668933 commit efb30ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- cron: '30 0 * * 1-5'
pull_request:
paths:
- '**'
- agent/**
- bbdo/**
- broker/**
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
uses: ./.github/workflows/get-environment.yml
with:
version_file: CMakeLists.txt
nightly_manual_trigger: ${{ inputs.nightly_manual_trigger }}
nightly_manual_trigger: ${{ inputs.nightly_manual_trigger || false }}

unit-test:
needs: [get-environment]
Expand Down

0 comments on commit efb30ce

Please sign in to comment.