We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2848e3d commit 029e983Copy full SHA for 029e983
.github/workflows/release.yml
@@ -17,7 +17,7 @@ permissions: read-all
17
jobs:
18
release:
19
if: startsWith(github.ref, 'refs/tags/v')
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-16-cores
21
steps:
22
- name: Checkout source code
23
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
@@ -74,7 +74,7 @@ jobs:
74
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
75
76
canary-release:
77
78
if: github.ref == 'refs/heads/main'
79
80
0 commit comments