Skip to content

Merge pull request #4050 from mulkieran/typos-cli-1.48.1 #5672

Merge pull request #4050 from mulkieran/typos-cli-1.48.1

Merge pull request #4050 from mulkieran/typos-cli-1.48.1 #5672

Workflow file for this run

---
name: stratisd dummy CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
# cancel the in-progress workflow when PR is refreshed.
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
dummy:
runs-on: ubuntu-24.04
steps:
- name: Run dummy test
run: echo "I exist to be Required in Github branch protection rules"