Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc committed Nov 17, 2021
1 parent 3b6da47 commit 6834eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
# If you do not wish to use codecov, then simply delete this job from the
# workflow.
if: github.repository_owner == 'bensuperpc'
&& false

steps:
- name: "Checkout Code"
Expand Down Expand Up @@ -175,6 +176,7 @@ jobs:
# simply delete this job similarly to the coverage one.
if: github.ref == 'refs/heads/main'
&& github.repository_owner == 'bensuperpc'
&& false

steps:
- name: "Checkout Code"
Expand Down

0 comments on commit 6834eb2

Please sign in to comment.