Skip to content

Commit

Permalink
Testing new logic in CI for manual-jenkins role
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Dec 2, 2023
1 parent 98e947e commit 5e3f55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
needs: molecule
if: ${{ needs.molecule.outputs.manual-jenkins == 'true' }}
runs-on: ubuntu-latest
outputs:
manual-jenkins-matrix: ${{ steps.molecule.manual-jenkins.manual-jenkins-matrix }}
env:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
Expand All @@ -128,6 +130,7 @@ jobs:

manual-jenkins-matrix:
needs: manual-jenkins
if: ${{ needs.manual-jenkins.outputs.manual-jenkins-matrix == 'true' }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down

0 comments on commit 5e3f55b

Please sign in to comment.