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 3aaad24 commit d8fbb0bCopy full SHA for d8fbb0b
.github/workflows/CI.yml
@@ -29,5 +29,6 @@ jobs:
29
needs: [run_unit_tests, run_system_tests]
30
if: always()
31
permissions:
32
+ contents: read
33
checks: write
34
pull-requests: write
.github/workflows/PR.yml
@@ -17,5 +17,6 @@ jobs:
17
name: Run CI
18
uses: ./.github/workflows/CI.yml
19
20
21
22
.github/workflows/report_test_results.yml
@@ -9,6 +9,7 @@ jobs:
9
name: Report test results
10
runs-on: ubuntu-latest
11
12
13
14
15
steps:
0 commit comments