Skip to content

Commit f465116

Browse files
committed
Merge remote-tracking branch 'origin/release/8.4' into release/7.2
2 parents cd3f07a + b27d076 commit f465116

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/parse-env-file/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: "composite"
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v4
2929

3030
- name: Parse release handle
3131
id: parse
@@ -34,4 +34,4 @@ runs:
3434
cat "${{ inputs.env_file_path }}" | while IFS= read -r line || [[ -n "$line" ]]; do
3535
[[ -z "$line" || "$line" =~ ^# ]] && continue
3636
echo "$line" >> "$GITHUB_OUTPUT"
37-
done
37+
done

.github/workflows/release_build_and_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
fi
113113
echo "env_name=$env_name" >> $GITHUB_OUTPUT
114114
- name: Send Failure Slack notification
115-
if: failure()
116115
uses: ./.github/actions/slack-notification
117116
with:
118117
slack_func: slack_format_failure_message

0 commit comments

Comments
 (0)