diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml new file mode 100644 index 0000000000..2a58c89c13 --- /dev/null +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -0,0 +1,35 @@ +name: 69 - Run on push to rc + +on: + push: + branches: + - 'rc/*.*.*' + +jobs: + release-candidate-tag: + runs-on: ubuntu-latest + outputs: + tag: ${{ steps.tag.outputs.tag }} + steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + - name: Extract branch tag if necessary + id: tag + run: | + BRANCH=${{ github.ref }} + echo $BRANCH + TAG="${BRANCH//refs\/heads\/rc\//""}" + echo $TAG + echo "tag=$TAG" >> $GITHUB_OUTPUT + + release: + needs: + - release-candidate-tag + runs-on: ubuntu-latest + env: + TAG: ${{ needs.release-candidate-tag.outputs.tag }} + steps: + - name: echo TAG + run: echo ${{ env.TAG }} diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bf9e2fafb4..7821854729 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 26 01:09:33 UTC 2023 +Fri Oct 27 01:09:45 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bc947dab17..807c725de5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 25 06:22:22 UTC 2023 +Thu Oct 26 06:22:03 UTC 2023 diff --git a/windows_report_full_remote.txt b/windows_report_full_remote.txt index 34200f7921..b42f12ea2b 100644 --- a/windows_report_full_remote.txt +++ b/windows_report_full_remote.txt @@ -1 +1 @@ -Fri Oct 27 06:19:41 CUT 2023 +Mon Oct 30 06:20:15 CUT 2023