Skip to content

Commit

Permalink
chore: temporary disable other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Oct 3, 2024
1 parent 6c938b4 commit 6e5afd7
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-author.yml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🤖 PR auto merge
on:
pull_request:
workflow_dispatch:

env:
PR_JOBS_NAME: '[ "Build packages", "Firebase", "Lint", "Unit tests", "Component testing result", "E2E result" ]'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/auto-update-icons.yml
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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ⚙️ Build
on:
pull_request:
push:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
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:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ⚙️ Lint
on:
pull_request:
push:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schematic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ⚙️ Schematics
on:
pull_request:
workflow_dispatch:

jobs:
schematics:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ⚙️ Unit tests
on:
pull_request:
push:
branches:
- main
Expand Down

0 comments on commit 6e5afd7

Please sign in to comment.