Skip to content

Commit 211974f

Browse files
committed
fix workflow
1 parent 4ba3096 commit 211974f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ jobs:
3939
# if: matrix.os == 'ubuntu-latest'
4040
# with:
4141
# 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

Comments
 (0)