Skip to content

Commit b8032dd

Browse files
Fix FDI versions and branch ref
1 parent d0e0bb4 commit b8032dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auth-react-test-1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- master
1212
- "v[0-9]+.[0-9]+"
13-
- "ci/github-actions/auth-react/v0.49.0" # TODO: Remove this
13+
- "ci/github-actions/auth-react/v0.48.0" # TODO: Remove this
1414
tags:
1515
- "(dev-)?v[0-9]+.[0-9]+.[0-9]+"
1616

@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: true
3434
matrix:
3535
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
36-
fdi-version: ["4.1", "3.1"]
36+
fdi-version: ["4.0"]
3737

3838
outputs:
3939
AUTH_REACT__LOG_DIR: ${{ steps.envs.outputs.AUTH_REACT__LOG_DIR }}
@@ -71,7 +71,7 @@ jobs:
7171
fail-fast: false # Don't fail fast to avoid locking TF State
7272
matrix:
7373
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
74-
fdi-version: ["4.1", "3.1"]
74+
fdi-version: ["4.0"]
7575
with:
7676
fdi-version: ${{ matrix.fdi-version }}
7777
specs: ${{ needs.setup-auth-react.outputs.specs }}

0 commit comments

Comments
 (0)