Skip to content

Commit

Permalink
2024.05.26:
Browse files Browse the repository at this point in the history
* changed: .github/workflows: reduced GitHub pipeline schedule periods to reduce GitHub limit rate consumption
  • Loading branch information
andry81 committed May 26, 2024
1 parent 7ed9eb7 commit 25553cb
Show file tree
Hide file tree
Showing 40 changed files with 81 additions and 78 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accum-content.accum-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "accum-content: content update at least every 6 hours"
name: "accum-content: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/accum-content.accum-gh-clone-stats.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "accum-content: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "accum-content: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/accum-content.accum-gh-view-stats.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "accum-content: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "accum-content: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/andry81-devops.accum-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "andry81-devops: content update at least every 6 hours"
name: "andry81-devops: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/andry81-devops.accum-gh-clone-stats.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "andry81-devops: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "andry81-devops: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/andry81-devops.accum-gh-view-stats.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "andry81-devops: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "andry81-devops: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--accum-board-stats: content update at least every 6 hours"
name: "gh-action--accum-board-stats: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-board-stats: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--accum-board-stats: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-board-stats: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--accum-board-stats: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-action--accum-content.accum-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--accum-content: content update at least every 6 hours"
name: "gh-action--accum-content: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-content: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--accum-content: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-content: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--accum-content: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--accum-gh-rate-limits: content update at least every 6 hours"
name: "gh-action--accum-gh-rate-limits: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-gh-rate-limits: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--accum-gh-rate-limits: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-gh-rate-limits: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--accum-gh-rate-limits: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-action--accum-gh-stats.accum-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--accum-gh-stats: content update at least every 6 hours"
name: "gh-action--accum-gh-stats: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-gh-stats: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--accum-gh-stats: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-gh-stats: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--accum-gh-stats: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--accum-inpage-downloads: content update at least every 6 hours"
name: "gh-action--accum-inpage-downloads: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-inpage-downloads: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--accum-inpage-downloads: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-accum-stats
#

name: "gh-action--accum-inpage-downloads: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--accum-inpage-downloads: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--check-os-version: content update at least every 6 hours"
name: "gh-action--check-os-version: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-action-extensions
#

name: "gh-action--check-os-version: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--check-os-version: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-action-extensions
#

name: "gh-action--check-os-version: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--check-os-version: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-action--git-checkout.accum-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-action--git-checkout: content update at least every 6 hours"
name: "gh-action--git-checkout: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-action-extensions
#

name: "gh-action--git-checkout: GitHub clones counter for 14 days at every 8 hours and clones accumulator"
name: "gh-action--git-checkout: GitHub clones counter for 14 days at every 24 hours and clones accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/github-action-extensions
#

name: "gh-action--git-checkout: GitHub views counter for 14 days at every 8 hours and views accumulator"
name: "gh-action--git-checkout: GitHub views counter for 14 days at every 24 hours and views accumulator"

on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-workflow.accum-content.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tutorial to use with: https://github.com/andry81-devops/accum-content
#

name: "gh-workflow: content update at least every 6 hours"
name: "gh-workflow: content update at least every 24 hours"

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */24 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
Loading

0 comments on commit 25553cb

Please sign in to comment.