diff --git a/.github/workflows/is-calypso-channel-green.yml b/.github/workflows/is-calypso-channel-green.yml new file mode 100644 index 0000000000000..05e0c403cb1f5 --- /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