Explorar o código

I hate myself

Markus-Rost %!s(int64=4) %!d(string=hai) anos
pai
achega
b96666189a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .github/workflows/codeql-analysis.yml
  2. 1 1
      .github/workflows/nodejs.yml

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

@@ -24,7 +24,7 @@ jobs:
   analyze:
     name: Analyze
     runs-on: ubuntu-latest
-    if: ${{ github.ref == 'refs/heads/master' || github.event.pull_request.head.ref != 'refs/heads/translations' }}
+    if: ${{ github.head_ref != 'translations' }}
     permissions:
       actions: read
       contents: read

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

@@ -7,7 +7,7 @@ on:
 jobs:
   runner-job:
     runs-on: ubuntu-latest
-    if: ${{ github.ref == 'refs/heads/master' || github.event.pull_request.head.ref != 'refs/heads/translations' }}
+    if: ${{ github.head_ref != 'translations' }}
     services:
       postgres:
         image: postgres