Skip to content

Update ms5.yaml

Update ms5.yaml #58

Workflow file for this run

name: Simple CI/CD Pipeline
on:
push:
branches:
- MileStone5eric
jobs:
do-nothing:
runs-on: self-hosted
steps:
- name: Do nothing
run: echo "This is a simple CI/CD pipeline that does nothing."