Skip to content

Commit

Permalink
generating diff is not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak authored and pkoscik committed Mar 12, 2024
1 parent b142500 commit 656c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
run: |
source .env
./scripts/generate_summary.py -c zephyr.yaml >> $GITHUB_STEP_SUMMARY
./scripts/generate_diff.py -c zephyr.yaml
./scripts/generate_diff.py -c zephyr.yaml || true
- id: gcp-auth
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}}
Expand Down

0 comments on commit 656c41e

Please sign in to comment.