chore: add transfer note #260
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |