Skip to content

Commit

Permalink
fix(ci): trigger lua-tz build
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 13, 2024
1 parent fe69dbe commit d383034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lua-tz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
workflow_dispatch:
pull_request:
paths:
- dependencies/lua-tz/**
- stream-connectors/dependencies/lua-tz/**
push:
branches:
- develop
- dev-[2-9][0-9].[0-9][0-9].x
- master
- "[2-9][0-9].[0-9][0-9].x"
paths:
- dependencies/lua-tz/**
- stream-connectors/dependencies/lua-tz/**

jobs:
get-version:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/stream-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
fi
sed -i "s/@RPM_DEPENDENCIES@/$RPM_DEPENDENCIES/g;" ./stream-connectors/packaging/connectors/centreon-stream-connectors.yaml
sed -i "s/@DEB_DEPENDENCIES@/$DEB_DEPENDENCIES/g;" ./stream-connectors/packaging/connectors/centreon-stream-connectors.yaml
cat ./stream-connectors/packaging/connectors/centreon-stream-connectors.yaml
shell: bash

- name: Export package version
Expand Down

0 comments on commit d383034

Please sign in to comment.