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.
2 parents fe25989 + 4807d5b commit 222d9e3Copy full SHA for 222d9e3
.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