We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 407b7d4 + f952fd7 commit 7895a66Copy full SHA for 7895a66
.github/PULL_REQUEST_TEMPLATE.md
@@ -34,4 +34,6 @@ Verify that the following are valid
34
* ...
35
36
## Other Information
37
-<!-- Add any other helpful information that may be needed here. -->
+
38
+<!-- Add any other helpful information that may be needed here. -->
39
.github/workflows/deploy.yml
@@ -1,10 +1,12 @@
1
-name: CI-Validate Deployment
+name: CI-Validate Deployment-CKM-V2
2
on:
3
push:
4
branches:
5
6
- main
7
- dev
8
- demo
9
10
schedule:
11
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
12
0 commit comments