Skip to content

Commit

Permalink
comment copy-edits
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 15, 2024
1 parent 8de9b14 commit 1150668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/create-neon/data/templates/ci/github/test.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
PR_NO: {{#$}} github.event.number {{/$}}
GH_TOKEN: {{#$}} github.token {{/$}}

# Labeling a PR with a `ci:full-matrix` label to a PR also runs a full
# matrix build on every run of this workflow for that PR.
# Labeling a PR with a `ci:full-matrix` label does a full matrix build on
# every run of this workflow for that PR, in addition to the other tests.
full-matrix:
name: Build
if: {{#$}} github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci:full-matrix') {{/$}}
Expand Down

0 comments on commit 1150668

Please sign in to comment.