Skip to content

fix: handle workspace errors #3341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 5, 2022
Merged
Prev Previous commit
Next Next commit
fix: chromatic workflow filter
  • Loading branch information
AbhineetJain committed Aug 2, 2022
commit 50ee56951852a46b3ae9da4296a6cd51d2a9eee3
5 changes: 1 addition & 4 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ jobs:
sh:
- "**.sh"
ts:
- "**.tsx?"
- "**.jsx?"
- "**.lock"
- "**.json"
- 'site/**'
- id: debug
run: |
echo "${{ toJSON(steps.filter )}}"
Expand Down