@@ -24,7 +24,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
- if: github.ref != 'refs/heads/translations'
+ if: ${{ github.head_ref != 'refs/heads/translations' }}
permissions:
actions: read
contents: read
@@ -7,7 +7,7 @@ on:
jobs:
runner-job:
services:
postgres:
image: postgres