Skip to content

Commit 3830d42

Browse files
1 parent 5004800 commit 3830d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/metrics/scripts/getShouldRunMetricsRelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default async function getShouldRunMetricsRelease({ github, context }) {
33
const response = await github.rest.actions.listWorkflowRuns({
44
owner: context.repo.owner,
55
repo: context.repo.repo,
6-
workflow_id: context.workflow,
6+
workflow_id: 'release-IPA-metrics.yml',
77
per_page: 2,
88
page: 1,
99
});

0 commit comments

Comments
 (0)