mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Disable all other workflows.
This commit is contained in:
parent
bb9eeb515c
commit
2701ad6dab
10 changed files with 14 additions and 23 deletions
2
.github/workflows/backend-tests.yml
vendored
2
.github/workflows/backend-tests.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: "Backend tests"
|
name: "Backend tests"
|
||||||
|
|
||||||
# any branch is useful for testing before a PR is submitted
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
10
.github/workflows/codeql-analysis.yml
vendored
10
.github/workflows/codeql-analysis.yml
vendored
|
@ -1,13 +1,7 @@
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches: [develop, master]
|
|
||||||
pull_request:
|
|
||||||
# The branches below must be a subset of the branches above
|
|
||||||
branches: [develop]
|
|
||||||
schedule:
|
|
||||||
- cron: '0 13 * * 1'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
3
.github/workflows/dependency-review.yml
vendored
3
.github/workflows/dependency-review.yml
vendored
|
@ -5,7 +5,8 @@
|
||||||
# Source repository: https://github.com/actions/dependency-review-action
|
# Source repository: https://github.com/actions/dependency-review-action
|
||||||
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
|
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
|
||||||
name: 'Dependency Review'
|
name: 'Dependency Review'
|
||||||
on: [pull_request]
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: Docker
|
name: Docker
|
||||||
on:
|
on: workflow_dispatch
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'develop'
|
|
||||||
tags:
|
|
||||||
- 'v?[0-9]+.[0-9]+.[0-9]+'
|
|
||||||
env:
|
env:
|
||||||
TEST_TAG: etherpad/etherpad:test
|
TEST_TAG: etherpad/etherpad:test
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/frontend-admin-tests.yml
vendored
2
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
# Leave the powered by Sauce Labs bit in as this means we get additional concurrency
|
# Leave the powered by Sauce Labs bit in as this means we get additional concurrency
|
||||||
name: "Frontend admin tests powered by Sauce Labs"
|
name: "Frontend admin tests powered by Sauce Labs"
|
||||||
|
|
||||||
on: [push]
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # to fetch code (actions/checkout)
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
2
.github/workflows/frontend-tests.yml
vendored
2
.github/workflows/frontend-tests.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
# Leave the powered by Sauce Labs bit in as this means we get additional concurrency
|
# Leave the powered by Sauce Labs bit in as this means we get additional concurrency
|
||||||
name: "Frontend tests powered by Sauce Labs"
|
name: "Frontend tests powered by Sauce Labs"
|
||||||
|
|
||||||
on: [push]
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # to fetch code (actions/checkout)
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
2
.github/workflows/lint-package-lock.yml
vendored
2
.github/workflows/lint-package-lock.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: "Lint"
|
name: "Lint"
|
||||||
|
|
||||||
# any branch is useful for testing before a PR is submitted
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
3
.github/workflows/load-test.yml
vendored
3
.github/workflows/load-test.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: "Loadtest"
|
name: "Loadtest"
|
||||||
|
|
||||||
# any branch is useful for testing before a PR is submitted
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: workflow_dispatch
|
||||||
|
]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
2
.github/workflows/rate-limit.yml
vendored
2
.github/workflows/rate-limit.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: "rate limit"
|
name: "rate limit"
|
||||||
|
|
||||||
# any branch is useful for testing before a PR is submitted
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: "Upgrade from latest release"
|
name: "Upgrade from latest release"
|
||||||
|
|
||||||
# any branch is useful for testing before a PR is submitted
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue