We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0307787 commit 89b03b6Copy full SHA for 89b03b6
1 file changed
.github/workflows/test-2.0.yml
@@ -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