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 2, 2024
1 parent 054bfae commit a5b0ab2
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 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
2 changes: 1 addition & 1 deletion .github/workflows/e2e-playwright.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ⚙️ Playwright E2E testing
on:
pull_request:
workflow_dispatch:

jobs:
build-demo:
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
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 a5b0ab2

Please sign in to comment.