Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Documentation check

on:
push:
branches:
- "dependabot/**"
pull_request:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: End-to-end tests
on:
push:
branches:
- "dependabot/**"
pull_request:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Javascript ESLint check

on:
push:
branches:
- "dependabot/**"
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pnpm-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{secrets.PAT}}
- name: Update pnpm lock file
run: pnpm i --lockfile-only --prefix swift_browser_ui_frontend
- name: Trigger update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Spelling Errors Check

on: [pull_request]
on:
pull_request:

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Python style check

on:
push:
branches:
- "dependabot/**"
pull_request:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Python Unit Tests

on:
push:
branches:
- "dependabot/**"
pull_request:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/vueunit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Vue.js Unit Tests

on:
push:
branches:
- "dependabot/**"
pull_request:

jobs:
Expand Down