Prechádzať zdrojové kódy

don't run actions on translations

Markus-Rost 4 rokov pred
rodič
commit
665d133ff7

+ 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