We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dfb3e commit 4695b72Copy full SHA for 4695b72
.github/workflows/release.yaml
@@ -39,6 +39,7 @@ jobs:
39
git branch --remote --contains $COMMIT_SHA origin/$MAJOR_MINOR
40
41
echo "Tag is from a valid branch."
42
+ echo "test"
43
44
- name: Download sagemaker artifacts by commit ID
45
run: |
0 commit comments