We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cad46 commit af2e08bCopy full SHA for af2e08b
.github/workflows/test.yml
@@ -5,9 +5,11 @@ concurrency:
5
cancel-in-progress: true
6
7
on:
8
+ # Trigger: PR branch pushes already publish commit statuses that show up on the PR.
9
+ # Why: running the full matrix on both push and pull_request doubles CI time for the
10
+ # exact same branch head commit.
11
+ # Outcome: each branch push runs the test suite once, including PR updates.
12
push:
- pull_request:
- branches: [ "main" ]
13
14
jobs:
15
static-checks:
0 commit comments