Browse Source

feat(testing): Trigger CI

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
cc63b42026
  1. 1
      .github/workflows/ci-cd.yml

1
.github/workflows/ci-cd.yml

@ -25,6 +25,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
#
# cypress-restTableOps-run-cache: # cypress-restTableOps-run-cache:
# runs-on: ubuntu-20.04 # runs-on: ubuntu-20.04
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} # if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}

Loading…
Cancel
Save