Skip to content

Commit

Permalink
Add --only parameter to website CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Mar 15, 2024
1 parent fd1cd81 commit 777c10e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/safe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,7 @@ jobs:
- run: echo $(realpath ./bin) >> $GITHUB_PATH

- name: Run code analysis via "sz analyze" (formatting, issues, spacing ...)
run: sz analyze --max-concurrent-packages 3 --package-timeout-minutes 15
run: sz analyze \
--max-concurrent-packages 3 \
--package-timeout-minutes 15 \
--only sharezone_website

0 comments on commit 777c10e

Please sign in to comment.