We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f90d9c commit 5ab74fbCopy full SHA for 5ab74fb
2 files changed
.github/workflows/sdci.yml
@@ -0,0 +1,11 @@
1
+on:
2
+ pull_request:
3
+ merge_group:
4
+
5
+# This is required to silence emails about the workflow having no jobs.
6
+# We simply define a dummy job that does nothing much.
7
+jobs:
8
+ dummy:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - run: /usr/bin/true
bors.toml
0 commit comments