mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
Merge pull request #25574 from bluca/gh_wf
actions: restrict development_freeze to main repo and disable codeql on security repo
This commit is contained in:
commit
98eb99b7e8
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@ -26,6 +26,7 @@ permissions:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
if: github.repository != 'systemd/systemd-security'
|
||||
runs-on: ubuntu-22.04
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
|
||||
|
1
.github/workflows/development_freeze.yml
vendored
1
.github/workflows/development_freeze.yml
vendored
@ -13,6 +13,7 @@ permissions:
|
||||
jobs:
|
||||
freezer:
|
||||
runs-on: ubuntu-22.04
|
||||
if: github.repository == 'systemd/systemd'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
Loading…
x
Reference in New Issue
Block a user