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
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: