mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Skip tests if branch name starts with ops
This commit is contained in:
parent
f13c8b36cd
commit
00bb09faaa
1 changed files with 1 additions and 3 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
|
@ -3,11 +3,9 @@ name: Cypress Tests
|
|||
on:
|
||||
pull_request:
|
||||
types: [ opened, review_requested, synchronize ]
|
||||
branches-ignore:
|
||||
- 'ops/**'
|
||||
jobs:
|
||||
cypress:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue