Skip to content

Commit

Permalink
find stack label
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Aug 22, 2024
1 parent 2392d2b commit de15d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
});
console.log(JSON.stringify(labels.data, null, 2));
core.setOutput('should_run', 'false');
const shouldRun = labels.data.some((label) => label.name === 'stack');
core.setOutput('should_run', 'shouldRun');
rdev_argus_builder:
needs: filter
Expand Down

0 comments on commit de15d08

Please sign in to comment.