Skip to content

Commit 7d73ac5

Browse files
committed
OPS-9 Report env once an hour. APP version 10
1 parent e18d7d8 commit 7d73ac5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/simulate-environment-reporting-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Report development snapshot
77

88
on:
99
schedule:
10-
- cron: '*/5 * * * *' # Runs every 5 minutes (smallest possible)
10+
- cron: '0 * * * *' # Runs at the start of every hour
1111
workflow_dispatch:
1212

1313
env:

.github/workflows/simulate-environment-reporting-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Report prod snapshot
77

88
on:
99
schedule:
10-
- cron: '*/5 * * * *' # Runs every 5 minutes (smallest possible)
10+
- cron: '0 * * * *' # Runs at the start of every hour
1111
workflow_dispatch:
1212

1313
env:

.github/workflows/simulate-environment-reporting-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Report staging snapshot
77

88
on:
99
schedule:
10-
- cron: '*/5 * * * *' # Runs every 5 minutes (smallest possible)
10+
- cron: '0 * * * *' # Runs at the start of every hour
1111
workflow_dispatch:
1212

1313
env:

apps/backend/backend-content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This is just a file to test out that changes to back-end source code
22
can trigger a build, reporting to Kosli and Jira
33

4-
counter=7
4+
counter=10

apps/frontend/frontend-content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This is just a file to test out that changes to front-end source code
22
can trigger a build, reporting to Kosli and Jira
33

4-
counter=9
4+
counter=10

0 commit comments

Comments
 (0)