We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8fb66 commit 9cb1d94Copy full SHA for 9cb1d94
1 file changed
.github/workflows/build11.yml
@@ -0,0 +1,10 @@
1
+name: build(11)
2
+
3
+on: pull_request
4
5
+jobs:
6
+ succeed:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Always Succeed
10
+ run: true
0 commit comments