Disable all other workflows.

This commit is contained in:
SamTV12345 2023-08-05 22:09:25 +02:00
parent bb9eeb515c
commit 2701ad6dab
10 changed files with 14 additions and 23 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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)

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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