Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/sleep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sleep

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
once:
name: Once
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sleep
run: sleep 20
twice:
name: Twice
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sleep
run: sleep 20
24 changes: 24 additions & 0 deletions .github/workflows/speek.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Speak

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
once:
name: Once
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Speak
run: echo speaking once
twice:
name: Twice
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Speak
run: echo speaking twice
1 change: 1 addition & 0 deletions wait-for-build/new-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added ci and file