Skip to content

Pr zbus 1771

Pr zbus 1771 #2106

Workflow file for this run

---
name: stratis-cli dummy CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Run dummy test
run: echo "I exist to be Required in Github branch protection rules"