Skip to content

Commit

Permalink
Refactor conditional for sssd testing (#22053)
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Sep 4, 2023
1 parent 4b276d7 commit 0052e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/conditional/conditions
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#
# To test a pattern run '.github/actions/conditional/conditional.sh <remote name> <branch>'

.github/actions/ ci operator js codeql-java codeql-themes guides documentation sssd
.github/actions/ ci operator js codeql-java codeql-themes guides documentation ci-sssd

.github/workflows/ci.yml ci sssd
.github/workflows/ci.yml ci ci-sssd
.github/workflows/operator-ci.yml operator
.github/workflows/js-ci.yml js
.github/workflows/codeql-analysis.yml codeql-java codeql-themes
Expand All @@ -14,7 +14,7 @@
*/src/main/ ci operator
*/src/test/ ci operator
pom.xml ci operator
federation/sssd/ ci sssd
federation/sssd/ ci ci-sssd

docs/guides/ guides
docs/documentation/ documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ jobs:
sssd-unit-tests:
name: SSSD
runs-on: ubuntu-latest
if: ${{ needs.conditional.outputs.sssd == 'true' }}
if: needs.conditional.outputs.sssd == 'true'
needs:
- conditional
- build
Expand Down

0 comments on commit 0052e2c

Please sign in to comment.