From 64be0c7e6d67f4663d8089ec8220e9e5b539d39c Mon Sep 17 00:00:00 2001 From: Omar Alshaker Date: Tue, 23 Jul 2024 16:00:49 +0200 Subject: [PATCH] Add Calypso status check --- .github/workflows/is-calypso-channel-green.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/is-calypso-channel-green.yml diff --git a/.github/workflows/is-calypso-channel-green.yml b/.github/workflows/is-calypso-channel-green.yml new file mode 100644 index 00000000000000..05e0c403cb1f51 --- /dev/null +++ b/.github/workflows/is-calypso-channel-green.yml @@ -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 \ No newline at end of file