Skip to content

Commit b10da0e

Browse files
committed
Allow CI failure for stable authentik version
This provider is usually targeting the next version of authentik, so CI is allowed to fail on the current version
1 parent 33e3f81 commit b10da0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31+
allow_failure: [false]
3132
terraform:
3233
- "beta"
3334
- "rc"
3435
- "latest"
3536
authentik_version:
36-
- "stable"
3737
- "beta"
38+
include:
39+
- authentik_version: "stable"
40+
terraform: latest
41+
allow_failure: true
3842
steps:
3943
- uses: actions/checkout@v4
4044
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)