Skip to content

Commit 400d4fa

Browse files
committed
chore: Update smb-kerberos workflow
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent c172c77 commit 400d4fa

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/smb-kerberos.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
name: Samba Kerberos SSO
22
on:
3-
push:
4-
branches:
5-
- master
6-
- stable*
7-
paths:
8-
- 'apps/files_external/**'
9-
- '.github/workflows/smb-kerberos.yml'
103
pull_request:
114
paths:
125
- 'apps/files_external/**'
136
- '.github/workflows/smb-kerberos.yml'
147

8+
concurrency:
9+
group: smb-kerberos-${{ github.head_ref || github.run_id }}
10+
cancel-in-progress: true
11+
1512
jobs:
1613
smb-kerberos-tests:
17-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1815

1916
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
2017

2118
name: smb-kerberos-sso
2219

2320
steps:
2421
- name: Checkout server
25-
uses: actions/checkout@v3
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2623
with:
2724
submodules: true
2825
- name: Checkout user_saml
29-
uses: actions/checkout@v3
26+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3027
with:
3128
repository: nextcloud/user_saml
3229
path: apps/user_saml
@@ -42,6 +39,7 @@ jobs:
4239
- name: Setup AD-DC
4340
run: |
4441
DC_IP=$(apps/files_external/tests/sso-setup/start-dc.sh)
42+
sleep 1
4543
apps/files_external/tests/sso-setup/start-apache.sh $DC_IP $PWD
4644
echo "DC_IP=$DC_IP" >> $GITHUB_ENV
4745
- name: Set up Nextcloud

0 commit comments

Comments
 (0)