Skip to content

Commit

Permalink
Add another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Mar 8, 2024
1 parent 97609e5 commit 868cb05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
# 2. If this CI run is a PR run and the PR is not from a fork, we set `fail_ci_if_error` to `true`.
# 3. If this CI run is a PR run and the PR is from a fork, we set `fail_ci_if_error` to `false`.
fail_ci_if_error: ${{ (github.event_name != 'pull_request') || (github.repository == github.event.pull_request.head.repo.full_name) }}
# `${{ secrets.CODECOV_TOKEN }}` will be empty if the PR is from a fork,
# because GitHub does not make secrets available if the PR is from a fork
# and the base repo is public.
token: ${{ secrets.CODECOV_TOKEN }}
docs:
permissions:
Expand Down

0 comments on commit 868cb05

Please sign in to comment.