]> source.dussan.org Git - nextcloud-server.git/commitdiff
Save some CI time 37221/head
authorJoas Schilling <coding@schilljs.com>
Wed, 15 Mar 2023 07:08:18 +0000 (08:08 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 15 Mar 2023 07:08:18 +0000 (08:08 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
13 files changed:
.github/workflows/cypress.yml
.github/workflows/ftp.yml
.github/workflows/node-tests.yml
.github/workflows/oci.yml
.github/workflows/performance.yml
.github/workflows/phpunit-32bits.yml
.github/workflows/s3-external.yml
.github/workflows/s3-primary-integration.yml
.github/workflows/s3-primary.yml
.github/workflows/smb-kerberos.yml
.github/workflows/stale.yml
.github/workflows/static-code-analysis.yml
.github/workflows/update-psalm-baseline.yml

index 601482da9943498ac748b09bf2dd6dec7e9bccd7..ea1a741f5746d32333bd840a04331f6190f7122d 100644 (file)
@@ -16,6 +16,8 @@ jobs:
   init:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     steps:
       - name: Checkout server
         uses: actions/checkout@v3
index 643aef72c3445cef8d46834c651098ecc0207bf1..fa4c52ce67df68fbe6739f2ef4aecdc1527abb2a 100644 (file)
@@ -17,6 +17,8 @@ jobs:
   ftp-tests:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       # do not stop on another job's failure
       fail-fast: false
index 596e4494e43a43485bc2fcce3eb9e8272e08bf16..265c53cf746ecee8bd6478a894d1a8951eb69cd3 100644 (file)
@@ -10,6 +10,9 @@ on:
 jobs:
   versions:
     runs-on: ubuntu-latest
+
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     outputs:
       nodeVersion: ${{ steps.versions.outputs.nodeVersion }}
       npmVersion: ${{ steps.versions.outputs.npmVersion }}
index 34d548c7f9fad2ce7a295afd89d2d769f292688c..6578697f4efe4f3d79841cd52af621dbc2ad8d1d 100644 (file)
@@ -13,6 +13,8 @@ jobs:
   phpunit-oci:
     runs-on: ubuntu-20.04
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       matrix:
         php-versions: ['8.0', '8.1', '8.2']
index ffdc63fae6ec9a6c04bfa6b44f51791d9c172617..44ca8954078fe22071f632093fb4b13dbf892177 100644 (file)
@@ -6,6 +6,8 @@ jobs:
   performance-testing:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       fail-fast: false
       matrix:
index 1f91281bf1613143b31eccebf0c009ce79468e45..3b03c00184b4532812e57d263676ab87e37dea3b 100644 (file)
@@ -15,6 +15,9 @@ concurrency:
 jobs:
   phpunit-32bits:
     runs-on: ubuntu-latest
+
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     container: shivammathur/node:latest-i386
 
     strategy:
index 784fb752a619f82cd6ba1fe0d845e36c3b474e71..a987f8a3f670fb79a51badfae03118292ffff680 100644 (file)
@@ -17,6 +17,8 @@ jobs:
   s3-external-tests-minio:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       # do not stop on another job's failure
       fail-fast: false
@@ -68,6 +70,8 @@ jobs:
   s3-external-tests-localstack:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       # do not stop on another job's failure
       fail-fast: false
index 5785cc858b40d247215f1060752a3f7a61e9d1b5..2a2ab43f5c64e93e2e87f8ae915284836212e2b0 100644 (file)
@@ -10,6 +10,8 @@ jobs:
   s3-primary-integration-tests-minio:
     runs-on: ubuntu-20.04
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       # do not stop on another job's failure
       fail-fast: false
index 78265af54f5e4597cf152fff048002caac14bf76..9b4269d737b4f18f330cb659326b9400380d466e 100644 (file)
@@ -10,6 +10,8 @@ jobs:
   s3-primary-tests-minio:
     runs-on: ubuntu-20.04
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       # do not stop on another job's failure
       fail-fast: false
index 1cb8ae973ca8847b12c1ddd4f8dfe729199b0f22..c069d665a6ae632bb29b5badb42c8f8f4083464d 100644 (file)
@@ -16,6 +16,8 @@ jobs:
   smb-kerberos-tests:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     name: smb-kerberos-sso
 
     steps:
index 13dc697664c9079b07178c286ee7decad9861d06..29e680b469883ee451423eaeffa940af9325599b 100644 (file)
@@ -7,12 +7,13 @@ on:
 
 jobs:
   stale:
-
     runs-on: ubuntu-latest
-    
+
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     permissions:
       issues: write
-    
+
     steps:
     - uses: actions/stale@v5
       with:
@@ -29,4 +30,4 @@ jobs:
         days-before-stale: 30
         days-before-close: 14
         # debug-only: true
+
index 451df6ab72acd3ceb8ba63fe0782bbf578b2aca6..4ae8babf8435ef761a842f2cee31251bf7b4f4da 100644 (file)
@@ -11,6 +11,8 @@ jobs:
   static-code-analysis:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     steps:
       - name: Checkout
         uses: actions/checkout@v3
index 8b515d3eea7b3f6f7e92b6e99a0563b1320b74a7..1c0186f1ff76d1e3577e52ada4cd4dede624b541 100644 (file)
@@ -9,6 +9,8 @@ jobs:
   update-psalm-baseline:
     runs-on: ubuntu-latest
 
+    if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
+
     strategy:
       fail-fast: false
       matrix: