Skip to content

Commit

Permalink
chore: Only run cloud tests when not originating from a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jan 3, 2024
1 parent 5179297 commit 5496cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if (${{ github.event.pull_request.head.repo.fork }}) {
exclude = exclude.concat([{"flavour": "aws"}, {"flavour": "azure"}, {"flavour": "gcloud"}])
}
console.log(SON.stringify(exclude))
console.log(JSON.stringify(exclude))
EOT
echo "jobs=$(node tmp.js)" >> "$GITHUB_OUTPUT"
test:
Expand Down

0 comments on commit 5496cb3

Please sign in to comment.