Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/boj-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
runs-on: ubuntu-latest
# No job-level `if:` here. It previously read
#
# if: ${{ vars.BOJ_SERVER_URL != '' || secrets.BOJ_SERVER_URL != '' }}
#
# #
# and `secrets` is not available in a job-level conditional — GitHub exposes
# that context only in `env:`, `with:` and step-level expressions. The file
# is valid YAML, so nothing local caught it, but Actions rejected the whole
Expand Down
Loading