Skip to content

4.1.0

4.1.0 #266

Workflow file for this run

name: mock-workflow
on:
push:
branches-ignore:
- random
jobs:
external-workflow:
name: external-workflow-check
runs-on: ubuntu-latest
steps:
- name: sleep
run: sleep 20
- name: dummy check
run: echo "build complete"