We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ebb1c commit 57ec7deCopy full SHA for 57ec7de
1 file changed
GitForWindowsHelper/self-hosted-arm64-runners.js
@@ -24,7 +24,7 @@ module.exports = async (context, req) => {
24
return ['ADMIN', 'MAINTAIN', 'WRITE'].includes(permission.toString())
25
}
26
27
- if (!isAllowed(sender)) {
+ if (!await isAllowed(sender)) {
28
if (action !== 'completed') {
29
// Cancel workflow run
30
const { cancelWorkflowRun } = require('./check-runs')
0 commit comments