Explorar o código

don't run actions on translations

Markus-Rost %!s(int64=4) %!d(string=hai) anos
pai
achega
665d133ff7
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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