Browse Source

don't run actions on translations

Markus-Rost 4 years ago
parent
commit
665d133ff7
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/codeql-analysis.yml
  2. 1 0
      .github/workflows/nodejs.yml

+ 1 - 0
.github/workflows/codeql-analysis.yml

@@ -24,6 +24,7 @@ jobs:
   analyze:
     name: Analyze
     runs-on: ubuntu-latest
+    if: github.ref != 'refs/heads/translations'
     permissions:
       actions: read
       contents: read

+ 1 - 0
.github/workflows/nodejs.yml

@@ -7,6 +7,7 @@ on:
 jobs:
   runner-job:
     runs-on: ubuntu-latest
+    if: github.ref != 'refs/heads/translations'
     services:
       postgres:
         image: postgres