fix ci and NEEDS_D24

also fix ukrainian translation

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-11 21:41:20 -04:00
parent b54e7a8e5e
commit 1037bff8ac
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1
6 changed files with 48 additions and 47 deletions

View file

@ -12,7 +12,7 @@ on:
jobs:
source:
if: ${{ !github.head_ref }}
runs-on: linux
runs-on: source
steps:
- uses: actions/checkout@v4
with:

View file

@ -6,7 +6,7 @@ on:
jobs:
license-header:
runs-on: linux
runs-on: source
steps:
- uses: actions/checkout@v4
with:
@ -15,6 +15,7 @@ jobs:
- name: Fetch
run: git fetch origin
# TODO: fix the script
- name: Make script executable
run: chmod +x ./.ci/license-header.rb

View file

@ -9,7 +9,7 @@ permissions:
jobs:
source:
runs-on: linux
runs-on: source
steps:
- uses: actions/checkout@v4
with: