Skip to content

Commit

Permalink
chore: fixup push/pr flows
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 17, 2024
1 parent f5e0dd5 commit 4d8c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
build:
name: "Build & Test"
uses: ./.github/workflows/ci.build.yml
secrets: inherit # codecov bundle analysis

test:
name: "Build & Test"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
build:
name: "Build"
uses: ./.github/workflows/ci.build.yml
secrets: inherit # codecov bundle analysis

test:
name: "Build"
Expand Down

0 comments on commit 4d8c2ba

Please sign in to comment.