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.
1 parent 4ba3096 commit 211974fCopy full SHA for 211974f
1 file changed
.github/workflows/pull-requests.yml
@@ -39,3 +39,9 @@ jobs:
39
# if: matrix.os == 'ubuntu-latest'
40
# with:
41
# sarif_file: ./analysis.sarif
42
+
43
+ ci:
44
+ runs-on: ubuntu-latest
45
+ needs: build
46
+ steps:
47
+ - run: echo "All builds passed"
0 commit comments