Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
chore: add merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Mar 13, 2024
1 parent 05dab67 commit bdda330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Cypress CI

# Control when the action will run
on:
# Triggers the workflow on push events except for the main branch
push:
branches-ignore:
branches:
- main
merge_group:
pull_request:

concurrency:
group: cypress-${{ github.ref }}
Expand All @@ -30,7 +30,7 @@ jobs:

# use the Cypress GitHub Action to run Cypress tests within the chrome browser
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
install: false
start: yarn dev
Expand Down

0 comments on commit bdda330

Please sign in to comment.