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