Skip to content

Commit

Permalink
Add Calypso status check
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Jul 23, 2024
1 parent 6e6bcd3 commit 64be0c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/is-calypso-channel-green.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Calypso Channel Status
run-name: ${{ github.actor }} Checking Calypso Slack Channel Status
on: [push]
jobs:
CheckCalypsoChannelStatus:
runs-on: ubuntu-latest
steps:
- run: curl https://api.aruljohn.com/ip

0 comments on commit 64be0c7

Please sign in to comment.