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 8ce7396 commit 6f0f9fdCopy full SHA for 6f0f9fd
.github/workflows/azure-pr-deploy.yml
@@ -18,7 +18,7 @@ env:
18
jobs:
19
deploy:
20
if: github.event.action != 'closed'
21
- runs-on: ubuntu-latest
+ runs-on: linux-x64
22
concurrency:
23
group: pr-${{ github.event.number }}
24
cancel-in-progress: true
0 commit comments