Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Dec 23, 2023
1 parent 006b41b commit 920dba3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
uses: actions/checkout@v3

- name: Set RUN_COVERALLS Environment Variable
if: env.WITH_ASAN != 'true'
# if: (github.event.pull_request.merged == true || github.event_name == 'push') && env.WITH_ASAN != 'true'
run: echo "Setting UPLOAD_COVERALLS to true"
env:
UPLOAD_COVERALLS: true
if: (github.event.pull_request.merged == true || github.event_name == 'push') && env.WITH_ASAN != 'true'
run: |
echo "Setting UPLOAD_COVERALLS to true"
echo "UPLOAD_COVERALLS=true" >>${GITHUB_ENV}
- name: Build
run: |
Expand Down

0 comments on commit 920dba3

Please sign in to comment.