We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3510ea4 + ee9ecd9 commit d0abfd7Copy full SHA for d0abfd7
1 file changed
.github/workflows/krb5.yml
@@ -2,8 +2,6 @@ name: Kerberos 5 Tests
2
3
on:
4
workflow_call:
5
- # TODO remove push when opening the PR
6
- push:
7
8
jobs:
9
build_wolfssl:
@@ -48,10 +46,7 @@ jobs:
48
46
- name: Checkout OSP
49
47
uses: actions/checkout@v3
50
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
+ repository: wolfssl/osp
55
path: osp
56
57
- name: Checkout krb5
0 commit comments