Skip to content

Commit a123b06

Browse files
authored
Merge pull request #183 from rajbos/copilot/add-check-to-skip-matrix
Skip validate job when skill matrix is empty
2 parents 8f3f732 + 6f4454a commit a123b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
validate:
6262
needs: detect-changes
63-
#if: needs.detect-changes.outputs.skills != '[]'
63+
if: needs.detect-changes.outputs.skills != '[]'
6464
runs-on: ubuntu-latest
6565
strategy:
6666
fail-fast: false

0 commit comments

Comments
 (0)