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"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
on: workflow_dispatch
permissions:
contents: read

View file

@ -1,13 +1,7 @@
name: "CodeQL"
on:
push:
branches: [develop, master]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
schedule:
- cron: '0 13 * * 1'
on: workflow_dispatch
permissions:
contents: read

View file

@ -5,7 +5,8 @@
# 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
name: 'Dependency Review'
on: [pull_request]
on: workflow_dispatch
permissions:
contents: read

View file

@ -1,11 +1,6 @@
name: Docker
on:
pull_request:
push:
branches:
- 'develop'
tags:
- 'v?[0-9]+.[0-9]+.[0-9]+'
on: workflow_dispatch
env:
TEST_TAG: etherpad/etherpad:test
permissions:

View file

@ -1,7 +1,7 @@
# Leave the powered by Sauce Labs bit in as this means we get additional concurrency
name: "Frontend admin tests powered by Sauce Labs"
on: [push]
on: workflow_dispatch
permissions:
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
name: "Frontend tests powered by Sauce Labs"
on: [push]
on: workflow_dispatch
permissions:
contents: read # to fetch code (actions/checkout)

View file

@ -1,7 +1,7 @@
name: "Lint"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
on: workflow_dispatch
permissions:
contents: read

View file

@ -1,7 +1,8 @@
name: "Loadtest"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
on: workflow_dispatch
]
permissions:
contents: read

View file

@ -1,7 +1,7 @@
name: "rate limit"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
on: workflow_dispatch
permissions:
contents: read

View file

@ -1,7 +1,7 @@
name: "Upgrade from latest release"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
on: workflow_dispatch
permissions:
contents: read