Skip to content

Commit

Permalink
Adding notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Dec 19, 2023
1 parent 1deb0c9 commit c1d9b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Cypress Tests

on:
# allows the manual trigger
push:
workflow_dispatch:

schedule:
- cron: '0 */1 * * *' # every hour

jobs:
cypress-run:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
"type": "header",
"text": {
"type": "plain_text",
"text": ":warning: Synthetic Monitoring Alert - Pokeshop Demo :warning:",
"text": ":warning: Synthetic Monitoring Alert - E2E Cypress - Pokeshop Demo :warning:",
"emoji": true
}
},
Expand Down

0 comments on commit c1d9b08

Please sign in to comment.