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 7f3bed4 commit 4b2cf6dCopy full SHA for 4b2cf6d
1 file changed
.github/workflows/smoke.yml
@@ -14,7 +14,8 @@ concurrency:
14
15
env:
16
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
- SMOKE_TEST_BRANCH: ${{ vars.SMOKE_TEST_BRANCH || 'main' }}
+ # TODO: Revert to 'main' after smoke-tests PR is merged
18
+ SMOKE_TEST_BRANCH: add-gradle-wrapper-smoke-test
19
jobs:
20
discover:
21
runs-on: ubuntu-latest
0 commit comments