diff options
author | Joas Schilling <coding@schilljs.com> | 2023-10-30 11:52:09 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-10-30 12:12:59 +0100 |
commit | 27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79 (patch) | |
tree | 102c315dab1cdb4bb59f712336308e0e4113386c /.github/workflows/s3-primary-integration.yml | |
parent | 6def538154052488eec94fd3a488e2d8965a7a51 (diff) | |
download | nextcloud-server-27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79.tar.gz nextcloud-server-27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79.zip |
ci: Turn off builds for pushes and merges to master/stable*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/s3-primary-integration.yml')
-rw-r--r-- | .github/workflows/s3-primary-integration.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/s3-primary-integration.yml b/.github/workflows/s3-primary-integration.yml index 2b5f92b3bc1..c957af7ada0 100644 --- a/.github/workflows/s3-primary-integration.yml +++ b/.github/workflows/s3-primary-integration.yml @@ -11,10 +11,6 @@ on: - '.php-cs-fixer.dist.php' - 'composer.json' - 'composer.lock' - push: - branches: - - master - - stable* concurrency: group: s3-external-integration-${{ github.head_ref || github.run_id }} |