Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Dec 18, 2024
1 parent bbf0a09 commit ae059e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
LABEL: ${{ github.event.label.name == 'Run CICD' }}
MAIN_BRANCH: ${{ github.ref == 'refs/heads/main' }}
run: |
echo ${{ steps.changed-files.outputs.doc_all_changed_files }}
echo ${{ steps.changed-files.outputs.src_all_changed_files }}
echo "docs_only: $DOCS_ONLY"
echo "label: $LABEL"
echo "main_branch: $MAIN_BRANCH"
Expand Down

0 comments on commit ae059e3

Please sign in to comment.