Skip to content

Commit

Permalink
workflows/main: minor comments cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 9, 2023
1 parent 4c0aee6 commit 6f5df31
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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]"
Expand Down

0 comments on commit 6f5df31

Please sign in to comment.