Skip to content

Commit

Permalink
enh(ci): simplify environment conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Sep 26, 2024
1 parent e251b93 commit 13fddce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
get-version:
if: github.event.pull_request.base.repo.name == 'centreon'
uses: ./.github/workflows/get-version.yml
with:
version_file: centreon/www/install/insertBaseConf.sql
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

jobs:
get-version:
if: github.event.pull_request.base.repo.name == 'centreon'
uses: ./.github/workflows/get-version.yml
with:
version_file: centreon/www/install/insertBaseConf.sql
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-web-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
get-version:
if: github.event.pull_request.base.repo.name == 'centreon'
uses: ./.github/workflows/get-version.yml
with:
version_file: centreon/www/install/insertBaseConf.sql
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/synchronize-jira-xray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
get-version:
if: github.event.pull_request.base.repo.name == 'centreon'
uses: ./.github/workflows/get-version.yml
with:
version_file: centreon/www/install/insertBaseConf.sql
Expand Down

0 comments on commit 13fddce

Please sign in to comment.