Skip to content

Commit

Permalink
feat: give write access and disable annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Jun 12, 2024
1 parent fb1c1de commit 96b796f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_vtgate_unsharded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Cluster (12)')
cancel-in-progress: true

permissions: read-all
permissions: write-all

env:
LAUNCHABLE_ORGANIZATION: "vitess"
Expand Down Expand Up @@ -154,3 +154,4 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' && always()
with:
report_paths: 'report.xml'
check_annotations: false

0 comments on commit 96b796f

Please sign in to comment.