Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 10, 2023
1 parent 681ae47 commit 0c6baad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- next
paths:
- 'packages/**'
- '.github/actions/**'
- '.github/workflows/**'
- '.yarnrc.yml'
- 'yarn.lock'
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
needs:
- test-e2e
if: ${{ failure() }}

steps:
- name: Notify
uses: nobrayner/discord-webhook@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- next
paths:
- 'packages/**'
- '.github/actions/**'
- '.github/workflows/lint-typecheck.yml'
- '.yarnrc.yml'
- 'yarn.lock'
Expand All @@ -25,6 +26,7 @@ on:
- reopened
paths:
- 'packages/**'
- '.github/actions/**'
- '.github/workflows/**'
- '.yarnrc.yml'
- 'yarn.lock'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/actions/**'
- '.github/workflows/registry.yml'
- 'apps/www/src/registry/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/actions/**'
- '.github/workflows/sync-templates.yml'
- 'scripts/sync-templates.sh'
- 'templates/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- next
paths:
- 'packages/**'
- '.github/actions/**'
- '.github/workflows/test.yml'
- '.yarnrc.yml'
- 'yarn.lock'
Expand All @@ -25,6 +26,7 @@ on:
- reopened
paths:
- 'packages/**'
- '.github/actions/**'
- '.github/workflows/test.yml'
- '.yarnrc.yml'
- 'yarn.lock'
Expand Down

0 comments on commit 0c6baad

Please sign in to comment.