mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Revert "change runs-on to [ubuntu-latest, self-hosted]"
This reverts commit bf1b948b4a17c24316e3e4bd3b3f6f104d378b3d. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
54364a9ac7
commit
a7e5155e9c
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@ -24,7 +24,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analysis:
|
analysis:
|
||||||
runs-on: [ubuntu-latest, self-hosted]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup variables
|
- name: Setup variables
|
||||||
id: get-vars
|
id: get-vars
|
||||||
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -22,7 +22,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: [ubuntu-latest, self-hosted]
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user