-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows/main: minor comments cleanup
- Loading branch information
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,10 @@ defaults: | |
run: | ||
shell: bash | ||
|
||
# Some considerations: https://github.com/orgs/community/discussions/38443 | ||
|
||
jobs: | ||
|
||
# TODO sync sourcebuild patches with pdfium-binaries on before release? | ||
# TODO(201): schedule test_setup and test_sourcebuild separately? | ||
# TODO sync sourcebuild patches & third-party licenses with pdfium-binaries on before release? | ||
# TODO(201): schedule test_setup and test_sourcebuild separately | ||
|
||
test_setup: | ||
if: ${{ inputs.pre_test }} | ||
|
@@ -66,7 +64,6 @@ jobs: | |
|
||
# NOTE autorelease sets a tag, but it's just temporary for informational purpose and does not match the actually published tag | ||
# We can't push the tag at this stage because we don't know the outcome of the following jobs yet | ||
# -> TODO avoid tmp tag | ||
- name: Run autorelease script | ||
run: | | ||
git config user.email "[email protected]" | ||
|