Skip to content

Commit 178b8a0

Browse files
committed
fix: test build qa strings
1 parent cf088ed commit 178b8a0

File tree

2 files changed

+90
-90
lines changed

2 files changed

+90
-90
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -266,92 +266,92 @@ jobs:
266266
commit-message: ${{ env.PR_TITLE }}
267267
delete-branch: true
268268

269-
make_desktop_pr:
270-
needs: [jobs_sync]
271-
name: Make Desktop PR
272-
runs-on: ubuntu-latest
273-
steps:
274-
- name: Checkout Repo Content
275-
uses: actions/checkout@v4
276-
with:
277-
path: 'scripts'
278-
# don't provide a branch (ref) so it uses the default for that event
279-
- name: Checkout Desktop
280-
uses: ./scripts/actions/checkout_desktop
281-
282-
- uses: actions/download-artifact@v4
283-
with:
284-
name: session-desktop
285-
# this has to be the first shared parent on the upload artefact task for Desktop
286-
path: "${{ github.workspace }}/desktop"
287-
288-
- name: Create Desktop Pull Request
289-
uses: peter-evans/create-pull-request@v6
290-
with:
291-
path: 'desktop'
292-
token: ${{ secrets.CROWDIN_PR_TOKEN }}
293-
title: ${{ env.PR_TITLE }}
294-
body: ${{ env.PR_DESCRIPTION }}
295-
branch: ${{ env.PR_TARGET_BRANCH }}
296-
commit-message: ${{ env.PR_TITLE }}
297-
delete-branch: true
298-
299-
300-
make_ios_pr:
301-
needs: [jobs_sync]
302-
name: Make iOS PR
303-
runs-on: ubuntu-latest
304-
steps:
305-
- name: Checkout Repo Content
306-
uses: actions/checkout@v4
307-
with:
308-
path: 'scripts'
309-
# don't provide a branch (ref) so it uses the default for that event
310-
- name: Checkout iOS
311-
uses: ./scripts/actions/checkout_ios
312-
313-
- uses: actions/download-artifact@v4
314-
with:
315-
name: session-ios
316-
# this has to be the first shared parent on the upload artefact task for iOS
317-
path: "${{ github.workspace }}/ios"
318-
319-
- name: Create iOS Pull Request
320-
uses: peter-evans/create-pull-request@v6
321-
with:
322-
path: 'ios'
323-
token: ${{ secrets.CROWDIN_PR_TOKEN }}
324-
title: ${{ env.PR_TITLE }}
325-
body: ${{ env.PR_DESCRIPTION }}
326-
branch: ${{ env.PR_TARGET_BRANCH }}
327-
commit-message: ${{ env.PR_TITLE }}
328-
delete-branch: true
329-
330-
make_qa_pr:
331-
needs: [jobs_sync]
332-
name: Make QA PR (Appium)
333-
runs-on: ubuntu-latest
334-
steps:
335-
- name: Checkout Repo Content
336-
uses: actions/checkout@v4
337-
with:
338-
path: 'scripts'
339-
340-
- name: Checkout Session Appium
341-
uses: ./scripts/actions/checkout_qa
342-
343-
- uses: actions/download-artifact@v4
344-
with:
345-
name: session-qa
346-
path: "${{ github.workspace }}/appium/run/localizer"
347-
348-
- name: Create QA Pull Request
349-
uses: peter-evans/create-pull-request@v6
350-
with:
351-
path: 'appium'
352-
token: ${{ secrets.CROWDIN_PR_TOKEN }}
353-
title: ${{ env.PR_TITLE }}
354-
body: ${{ env.PR_DESCRIPTION }}
355-
branch: ${{ env.PR_TARGET_BRANCH }}
356-
commit-message: ${{ env.PR_TITLE }}
357-
delete-branch: true
269+
# make_desktop_pr:
270+
# needs: [jobs_sync]
271+
# name: Make Desktop PR
272+
# runs-on: ubuntu-latest
273+
# steps:
274+
# - name: Checkout Repo Content
275+
# uses: actions/checkout@v4
276+
# with:
277+
# path: 'scripts'
278+
# # don't provide a branch (ref) so it uses the default for that event
279+
# - name: Checkout Desktop
280+
# uses: ./scripts/actions/checkout_desktop
281+
282+
# - uses: actions/download-artifact@v4
283+
# with:
284+
# name: session-desktop
285+
# # this has to be the first shared parent on the upload artefact task for Desktop
286+
# path: "${{ github.workspace }}/desktop"
287+
288+
# - name: Create Desktop Pull Request
289+
# uses: peter-evans/create-pull-request@v6
290+
# with:
291+
# path: 'desktop'
292+
# token: ${{ secrets.CROWDIN_PR_TOKEN }}
293+
# title: ${{ env.PR_TITLE }}
294+
# body: ${{ env.PR_DESCRIPTION }}
295+
# branch: ${{ env.PR_TARGET_BRANCH }}
296+
# commit-message: ${{ env.PR_TITLE }}
297+
# delete-branch: true
298+
299+
300+
# make_ios_pr:
301+
# needs: [jobs_sync]
302+
# name: Make iOS PR
303+
# runs-on: ubuntu-latest
304+
# steps:
305+
# - name: Checkout Repo Content
306+
# uses: actions/checkout@v4
307+
# with:
308+
# path: 'scripts'
309+
# # don't provide a branch (ref) so it uses the default for that event
310+
# - name: Checkout iOS
311+
# uses: ./scripts/actions/checkout_ios
312+
313+
# - uses: actions/download-artifact@v4
314+
# with:
315+
# name: session-ios
316+
# # this has to be the first shared parent on the upload artefact task for iOS
317+
# path: "${{ github.workspace }}/ios"
318+
319+
# - name: Create iOS Pull Request
320+
# uses: peter-evans/create-pull-request@v6
321+
# with:
322+
# path: 'ios'
323+
# token: ${{ secrets.CROWDIN_PR_TOKEN }}
324+
# title: ${{ env.PR_TITLE }}
325+
# body: ${{ env.PR_DESCRIPTION }}
326+
# branch: ${{ env.PR_TARGET_BRANCH }}
327+
# commit-message: ${{ env.PR_TITLE }}
328+
# delete-branch: true
329+
330+
# make_qa_pr:
331+
# needs: [jobs_sync]
332+
# name: Make QA PR (Appium)
333+
# runs-on: ubuntu-latest
334+
# steps:
335+
# - name: Checkout Repo Content
336+
# uses: actions/checkout@v4
337+
# with:
338+
# path: 'scripts'
339+
340+
# - name: Checkout Session Appium
341+
# uses: ./scripts/actions/checkout_qa
342+
343+
# - uses: actions/download-artifact@v4
344+
# with:
345+
# name: session-qa
346+
# path: "${{ github.workspace }}/appium/run/localizer"
347+
348+
# - name: Create QA Pull Request
349+
# uses: peter-evans/create-pull-request@v6
350+
# with:
351+
# path: 'appium'
352+
# token: ${{ secrets.CROWDIN_PR_TOKEN }}
353+
# title: ${{ env.PR_TITLE }}
354+
# body: ${{ env.PR_DESCRIPTION }}
355+
# branch: ${{ env.PR_TARGET_BRANCH }}
356+
# commit-message: ${{ env.PR_TITLE }}
357+
# delete-branch: true

actions/checkout_desktop/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
with:
99
repository: 'session-foundation/session-desktop'
1010
path: 'desktop'
11-
ref: 'dev'
11+
ref: 'fix-union-string-oom-tsc'
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version-file: 'desktop/.nvmrc'

0 commit comments

Comments
 (0)