mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
This reverts commit 06e85f9747
.
This commit is contained in:
parent
06e85f9747
commit
0bd7c5be20
4
.github/workflows/docker_build_kanidm.yml
vendored
4
.github/workflows/docker_build_kanidm.yml
vendored
|
@ -10,10 +10,6 @@ name: Container - Kanidm
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
4
.github/workflows/docker_build_kanidmd.yml
vendored
4
.github/workflows/docker_build_kanidmd.yml
vendored
|
@ -11,10 +11,6 @@ name: Container - Kanidmd
|
|||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
id-token: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
4
.github/workflows/docker_build_radiusd.yml
vendored
4
.github/workflows/docker_build_radiusd.yml
vendored
|
@ -11,10 +11,6 @@ name: Container - Radiusd
|
|||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
id-token: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
Loading…
Reference in a new issue