Browse Source

fix: ci-cd trigger

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3765/head
Raju Udava 2 years ago
parent
commit
abe984d01f
  1. 30
      .github/workflows/ci-cd.yml

30
.github/workflows/ci-cd.yml

@ -19,7 +19,7 @@ on:
- ".github/workflows/ci-cd.yml"
jobs:
cypress-restTableOps-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -64,7 +64,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-restViews-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -109,7 +109,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-restRoles-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -154,7 +154,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-restMisc-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -199,7 +199,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restTableOps-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -244,7 +244,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restViews-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -289,7 +289,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restRoles-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -334,7 +334,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-xcdb-restMisc-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -379,7 +379,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restTableOps-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -424,7 +424,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restViews-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -469,7 +469,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restRoles-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -514,7 +514,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cypress-pg-restMisc-run-cache:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -559,7 +559,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cy-quick-sqlite:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -605,7 +605,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
cy-quick-pg:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node
@ -650,7 +650,7 @@ jobs:
path: scripts/cypress/screenshots
retention-days: 2
unit-tests:
if: ! github.event.pull_request.draft
if: !github.event.pull_request.draft
runs-on: ubuntu-20.04
steps:
- name: Setup Node

Loading…
Cancel
Save