Skip to content

Update to not need to go to master #1

Update to not need to go to master

Update to not need to go to master #1

Workflow file for this run

name: Manual trigger
on:
push:
paths:
- '.github/workflows/mac-testing.yml'
jobs:
hello:
runs-on: [self-hosted, linux, ARM64]
steps:
- name: Hello Step
run: echo "Hello world"