Skip to content

Commit

Permalink
Allow CI failure for stable authentik version (#441)
Browse files Browse the repository at this point in the history
This provider is usually targeting the next version of authentik, so CI
is allowed to fail on the current version
  • Loading branch information
BeryJu committed Dec 5, 2023
2 parents 33e3f81 + b10da0e commit 250d526
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ jobs:
strategy:
fail-fast: false
matrix:
allow_failure: [false]
terraform:
- "beta"
- "rc"
- "latest"
authentik_version:
- "stable"
- "beta"
include:
- authentik_version: "stable"
terraform: latest
allow_failure: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 250d526

Please sign in to comment.