Skip to content

Commit d0abfd7

Browse files
Merge pull request #6658 from julek-wolfssl/krb5-action-update
Point krb5 action to master branch of osp repo
2 parents 3510ea4 + ee9ecd9 commit d0abfd7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/krb5.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Kerberos 5 Tests
22

33
on:
44
workflow_call:
5-
# TODO remove push when opening the PR
6-
push:
75

86
jobs:
97
build_wolfssl:
@@ -48,10 +46,7 @@ jobs:
4846
- name: Checkout OSP
4947
uses: actions/checkout@v3
5048
with:
51-
# TODO revert repo to wolfssl on merge
52-
repository: julek-wolfssl/osp
53-
# TODO remove ref on merge
54-
ref: krb5-1.21.1
49+
repository: wolfssl/osp
5550
path: osp
5651

5752
- name: Checkout krb5

0 commit comments

Comments
 (0)