-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: temporary disable other workflows
- Loading branch information
1 parent
6c938b4
commit 6e5afd7
Showing
9 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: 🤖 PR author as an assignee | ||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
assign: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name: 🤖 Auto update bundled & used icons | ||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name: ⚙️ Build | ||
on: | ||
pull_request: | ||
push: | ||
branches: [main] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: 🚀 Deploy / preview | ||
on: pull_request | ||
on: workflow_dispatch | ||
|
||
jobs: | ||
build_and_preview: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ jobs: | |
rm -r node_modules | ||
find . -mindepth 1 -type f -not -path "**/demo-cypress/**/snapshots/baseline/**" -delete | ||
find . -type d -empty -delete | ||
cp -r ${{env.CYPRESS_BASELINE_SNAPSHOTS }}/. temp-storage | ||
tree . | ||
- uses: actions/[email protected] | ||
|
@@ -56,7 +57,7 @@ jobs: | |
|
||
- name: Run tests for current state | ||
run: | | ||
tree ${{env.CYPRESS_BASELINE_SNAPSHOTS}} | ||
tree . -L 1 | ||
npx nx component-test demo-cypress | ||
- name: Prepare diff screenshots | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name: ⚙️ Lint | ||
on: | ||
pull_request: | ||
push: | ||
branches: [main] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: ⚙️ Schematics | ||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
schematics: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name: ⚙️ Unit tests | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|