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 e291580 + 0492c79 commit 3f67a8dCopy full SHA for 3f67a8d
.github/workflows/CI.yml
@@ -1,13 +1,12 @@
1
-name: Deploy Resources
2
-
+name: Validate Deployment
3
on:
4
push:
5
branches:
6
- main # Adjust this to the branch you want to trigger the deployment on
7
- dev
8
- demo
9
schedule:
10
- - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
+ - cron: '0 10,22 * * *' # Runs at 10:00 AM and 10:00 PM GMT
11
12
13
jobs:
.github/workflows/pr-title-checker.yml
@@ -1,4 +1,4 @@
-name: "pr-title-checker"
+name: "PR Title Checker"
pull_request_target:
.github/workflows/stale-bot.yml
-name: 'Close stale issues and PRs'
+name: 'Stale Bot'
- cron: '30 1 * * *'
0 commit comments