소스 검색

don't run actions on translations

Markus-Rost 4 년 전
부모
커밋
665d133ff7
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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