We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e322b commit 272f027Copy full SHA for 272f027
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