Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Eliminate duplicate github checks
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Apr 19, 2024
1 parent 3482379 commit c546a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Build

# Trigger the workflow on push or pull request
"on":
push:
branches-ignore:
- main
pull_request:
branches:
- main

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Clippy

# Trigger the workflow on push or pull request
"on":
push:
branches-ignore:
- main
pull_request:
branches:
- main

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down

0 comments on commit c546a0c

Please sign in to comment.