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 628aa24 commit 77dd9a8Copy full SHA for 77dd9a8
.github/workflows/code-health.yml
@@ -93,3 +93,5 @@ jobs:
93
uses: ./.github/workflows/acceptance-tests.yml
94
with:
95
reduced_tests: true
96
+ use_sa: false
97
+ send_notification: false
.github/workflows/release.yml
@@ -125,7 +125,9 @@ jobs:
125
126
atlas_cloud_env: "qa"
127
ref: ${{ inputs.version_number }}
128
-
129
130
+
131
release:
132
runs-on: ubuntu-latest
133
permissions:
0 commit comments