mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
only execute Set Swap Space when running on github
just a test.. if it works, change it in nextcloud/android-config Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b6dbd8739c
commit
cd5881590d
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
- name: Set Swap Space
|
- name: Set Swap Space
|
||||||
|
if: runner.environment == 'github-hosted'
|
||||||
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
|
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
|
||||||
with:
|
with:
|
||||||
swap-size-gb: 10
|
swap-size-gb: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user