We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06be30 commit 34e159aCopy full SHA for 34e159a
.github/workflows/empty.yml
@@ -0,0 +1,10 @@
1
+name: Empty Workflow
2
+on:
3
+ workflow_dispatch:
4
+
5
+jobs:
6
+ empty_job:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Echo
10
+ run: echo
0 commit comments