Skip to content

test issue2679 skip ci #190

test issue2679 skip ci

test issue2679 skip ci #190

Workflow file for this run

# Below are the full description for the shorten job names:
#
# ce - cactus-example
# cp - cactus-plugin
# cpk - cactus-plugin-keychain
# cpl - cactus-plugin-ledger
# cplc - cactus-plugin-ledger-connector
# plc - plugin-ledger-connector
# cpp - cactus-plugin-persistence
# ct - cactus-test
# ctp - cactus-test-plugin
---
name: SKIP-CI
on: [pull_request]
env:
NODEJS_VERSION: v18.18.2
jobs:
check-ci-skip:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- name: Check CI Skip
run: node tools/skip-ci.js ${{ github.event.pull_request.url }} ${{ github.event.pull_request.user.login }}