From 6f5df3141ea035a818acd788665b78cd15db0976 Mon Sep 17 00:00:00 2001 From: geisserml Date: Sat, 9 Dec 2023 14:53:17 +0100 Subject: [PATCH] workflows/main: minor comments cleanup --- .github/workflows/main.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9bb7b60b4..d0bccd29d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 "geisserml@gmail.com"