Skip to content

Commit 99ca791

Browse files
Encore une correction de syntaxe dans la config CI/CD (#1572)
* wip * re-re-fix-syntax-error-cd
1 parent a61c2a1 commit 99ca791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
needs: [preprod]
57-
if: ${{ !contains( github.ref_name, 'hotfix')) }}
58-
57+
if: ${{ !contains( github.ref_name, 'hotfix') }}
58+
5959
# Hotfix-only release draft update
6060
update_release_draft_for_hotfix:
6161
# Uncomment when anchor are supported in GitHub Actions
@@ -71,4 +71,4 @@ jobs:
7171
config-name: release-config.yml
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74-
if: ${{ contains( github.ref_name, 'hotfix')) }}
74+
if: ${{ contains( github.ref_name, 'hotfix') }}

0 commit comments

Comments
 (0)