Merge branch 'master' into nymkappa/bugfix/db-migration

This commit is contained in:
wiz 2023-03-01 17:38:02 +09:00 committed by GitHub
commit 88913b1a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,11 @@
name: Cypress Tests
on:
push:
branches: [master]
pull_request:
types: [opened, review_requested, synchronize]
jobs:
cypress:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"