Skip to content

Commit

Permalink
actions/checkout to v4 to match uptime.yml, and added a better commen…
Browse files Browse the repository at this point in the history
…t to each extra uptime.yml
  • Loading branch information
Christopher Moriarty committed Jul 8, 2024
1 parent ec0fa53 commit 4c1e4bc
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 65 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/uptime10.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#
# ===============================
# Do not edit this file directly!
# ===============================
# =====================================================
# Same as uptime.yml but with a different cron schedule
# =====================================================
#
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
#
# 🔼 Upptime @v1.36.4
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
# 🔼 Upptime @master
# Github Actions cannot run any more frequent that once every 5 minutes, although
# we'd like to check our endpoints more frequently.
# I added 5 additional uptime.yml files, each offset by one minute on the cron job.
# This allows us to get closer to 1 minute checks.


name: Uptime CI every 10 mins
Expand All @@ -31,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
Expand Down
22 changes: 9 additions & 13 deletions .github/workflows/uptime6.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#
# ===============================
# Do not edit this file directly!
# ===============================
# =====================================================
# Same as uptime.yml but with a different cron schedule
# =====================================================
#
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
#
# 🔼 Upptime @v1.36.4
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
# 🔼 Upptime @master
# Github Actions cannot run any more frequent that once every 5 minutes, although
# we'd like to check our endpoints more frequently.
# I added 5 additional uptime.yml files, each offset by one minute on the cron job.
# This allows us to get closer to 1 minute checks.


name: Uptime CI every 6 mins
Expand All @@ -31,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
Expand Down
22 changes: 9 additions & 13 deletions .github/workflows/uptime7.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#
# ===============================
# Do not edit this file directly!
# ===============================
# =====================================================
# Same as uptime.yml but with a different cron schedule
# =====================================================
#
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
#
# 🔼 Upptime @v1.36.4
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
# 🔼 Upptime @master
# Github Actions cannot run any more frequent that once every 5 minutes, although
# we'd like to check our endpoints more frequently.
# I added 5 additional uptime.yml files, each offset by one minute on the cron job.
# This allows us to get closer to 1 minute checks.


name: Uptime CI every 7 mins
Expand All @@ -31,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
Expand Down
22 changes: 9 additions & 13 deletions .github/workflows/uptime8.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#
# ===============================
# Do not edit this file directly!
# ===============================
# =====================================================
# Same as uptime.yml but with a different cron schedule
# =====================================================
#
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
#
# 🔼 Upptime @v1.36.4
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
# 🔼 Upptime @master
# Github Actions cannot run any more frequent that once every 5 minutes, although
# we'd like to check our endpoints more frequently.
# I added 5 additional uptime.yml files, each offset by one minute on the cron job.
# This allows us to get closer to 1 minute checks.


name: Uptime CI every 8 mins
Expand All @@ -31,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
Expand Down
22 changes: 9 additions & 13 deletions .github/workflows/uptime9.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#
# ===============================
# Do not edit this file directly!
# ===============================
# =====================================================
# Same as uptime.yml but with a different cron schedule
# =====================================================
#
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
#
# 🔼 Upptime @v1.36.4
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
# 🔼 Upptime @master
# Github Actions cannot run any more frequent that once every 5 minutes, although
# we'd like to check our endpoints more frequently.
# I added 5 additional uptime.yml files, each offset by one minute on the cron job.
# This allows us to get closer to 1 minute checks.


name: Uptime CI every 9 mins
Expand All @@ -31,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
Expand Down

0 comments on commit 4c1e4bc

Please sign in to comment.