diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-15 08:08:18 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-15 08:08:18 +0100 |
commit | 766f38dc739136e629a707df8916812cb032965f (patch) | |
tree | 7f699a433c03724d882a3b9c4e632171516ee501 /.github/workflows/static-code-analysis.yml | |
parent | 01d58b6f12458c2dcecf44693f676feff742b38c (diff) | |
download | nextcloud-server-766f38dc739136e629a707df8916812cb032965f.tar.gz nextcloud-server-766f38dc739136e629a707df8916812cb032965f.zip |
Save some CI time
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/static-code-analysis.yml')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 451df6ab72a..4ae8babf843 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -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 |