mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Skip tests when the ops labeled is used
This commit is contained in:
parent
24300eeac5
commit
7262485f3b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
|
@ -3,6 +3,7 @@ name: Cypress Tests
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
cypress:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Reference in a new issue