diff --git a/.github/workflows/weblate-merge-po.yml b/.github/workflows/weblate-merge-po.yml index 436c8a303d..d2cbc1f1e2 100644 --- a/.github/workflows/weblate-merge-po.yml +++ b/.github/workflows/weblate-merge-po.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write # do not run in forks - if: !github.event.repository.fork + if: ${{ !github.event.repository.fork }} runs-on: ubuntu-latest diff --git a/.github/workflows/weblate-merge-products-po.yml b/.github/workflows/weblate-merge-products-po.yml index 42e008bc09..322c338909 100644 --- a/.github/workflows/weblate-merge-products-po.yml +++ b/.github/workflows/weblate-merge-products-po.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write # do not run in forks - if: !github.event.repository.fork + if: ${{ !github.event.repository.fork }} runs-on: ubuntu-latest diff --git a/.github/workflows/weblate-merge-service-po.yml b/.github/workflows/weblate-merge-service-po.yml index 9d79512909..92c4d9b710 100644 --- a/.github/workflows/weblate-merge-service-po.yml +++ b/.github/workflows/weblate-merge-service-po.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write # do not run in forks - if: !github.event.repository.fork + if: ${{ !github.event.repository.fork }} runs-on: ubuntu-latest diff --git a/.github/workflows/weblate-update-pot.yml b/.github/workflows/weblate-update-pot.yml index 2b4c2ad2a1..6c840b68b0 100644 --- a/.github/workflows/weblate-update-pot.yml +++ b/.github/workflows/weblate-update-pot.yml @@ -11,7 +11,7 @@ on: jobs: update-pot: # do not run in forks - if: !github.event.repository.fork + if: ${{ !github.event.repository.fork }} runs-on: ubuntu-latest