We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c89c37 + 8267763 commit c176addCopy full SHA for c176add
1 file changed
GitForWindowsHelper/index.js
@@ -39,7 +39,7 @@ module.exports = async function (context, req) {
39
try {
40
const selfHostedARM64Runners = require('./self-hosted-arm64-runners')
41
if (req.headers['x-github-event'] === 'workflow_job'
42
- && req.body.repository.full_name === 'git-for-windows/git-for-windows-automation'
+ && ['git-for-windows/git-for-windows-automation', 'git-for-windows/git-sdk-arm64'].includes(req.body.repository.full_name)
43
&& ['queued', 'completed'].includes(req.body.action)
44
&& req.body.workflow_job.labels.length === 2
45
&& req.body.workflow_job.labels[0] === 'Windows'
0 commit comments