Skip to content

Commit

Permalink
final check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 23, 2024
1 parent 0eccb0a commit 2a642c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/photon-code-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ jobs:
needs: changed
runs-on: ubuntu-22.04
steps:
- run: echo ${{ needs.changed.outputs }}
- run: echo ${{ needs.changed.outputs.code }}
- run: echo ${{ needs.changed.outputs.docs }}

build-client:
needs: changed
name: "PhotonClient Build"
if: ${{ needs.changed.outputs.code == 'true' }}
if: ${{ needs.changed.outputs.code }}
defaults:
run:
working-directory: photon-client
Expand All @@ -78,7 +77,7 @@ jobs:
run_docs:
runs-on: "ubuntu-22.04"
needs: changed
if: ${{ needs.changed.outputs.code == 'true' }}
if: ${{ needs.changed.outputs.code }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2a642c2

Please sign in to comment.