Skip to content

Commit 89b03b6

Browse files
committed
Add test-2.0.yml workflow to work around GitHub bug
Apparently GitHub did not properly detect the deletion of test-2.0.yml and support advised me to re-create the workflow to delete it again.
1 parent 0307787 commit 89b03b6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test-2.0.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: "Work around GitHub bug"
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
Hello:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: true

0 commit comments

Comments
 (0)