From 362dc04629fea441246e5342266fb24397b78531 Mon Sep 17 00:00:00 2001 From: eQuantum Date: Tue, 23 Apr 2024 10:39:05 +0700 Subject: [PATCH 01/12] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72b33e3f8..aeaa86900 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,11 +26,11 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive token: ${{ secrets.JEKYLL_GITHUB_TOKEN }} From 840ad148caf512305390cfa16214075dbac63b07 Mon Sep 17 00:00:00 2001 From: eq19 Date: Mon, 22 Apr 2024 22:41:01 -0500 Subject: [PATCH 02/12] update workflow --- .github/workflows/main.yml | 6 +++--- .github/workflows/reserves/__config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aeaa86900..1c99e6066 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ # Deploy GitHub Pages -name: Build and deploy β‚ Quantum site +name: Build and deploy eQuantum site # πŸ’Ž Runs on workflow_run.conclusion on: @@ -26,7 +26,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout @@ -37,7 +37,7 @@ jobs: - name: πŸ’Ž Build on Linux if: runner.os == 'Linux' - uses: eq19/feed@v2 + uses: eq19/lexer@v2 with: pre_build_commands: 'make build' token: ${{ secrets.JEKYLL_GITHUB_TOKEN }} diff --git a/.github/workflows/reserves/__config.yml b/.github/workflows/reserves/__config.yml index b14ad628c..8920eb42c 100644 --- a/.github/workflows/reserves/__config.yml +++ b/.github/workflows/reserves/__config.yml @@ -234,6 +234,6 @@ repository: eq19/eq19.github.io # https://stackoverflow.com/questions/3490505/is-there-a-notepad-with-github-plugin/41884020 # https://stackoverflow.com/questions/14000173/tortoisegit-save-user-authentication-credentials -slogan: β‚ Quantum Project | A Unique Mapping System +slogan: eQuantum Project | A Unique Mapping System disclaimer: The definite key to identify whether you use our concept is when there a kind of development item lies a unified assignment in hexagonal form by six (6) corresponding sets while each sets pick a combination of six (6) routes with a pairing of six (6) to six (6) of all channels. license: Apache License, Version 2.0 From 781635f31293941f8f513c7859e7a221e2abf60e Mon Sep 17 00:00:00 2001 From: eQuantum Date: Tue, 23 Apr 2024 21:13:26 +0700 Subject: [PATCH 03/12] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c99e6066..635dc624d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout @@ -37,7 +37,7 @@ jobs: - name: πŸ’Ž Build on Linux if: runner.os == 'Linux' - uses: eq19/lexer@v2 + uses: eq19/feed@v3 with: pre_build_commands: 'make build' token: ${{ secrets.JEKYLL_GITHUB_TOKEN }} From ea0772fee5ce13395d050cfbb82d17a0edf14b26 Mon Sep 17 00:00:00 2001 From: eq19 Date: Sun, 28 Apr 2024 07:40:24 -0500 Subject: [PATCH 04/12] update workflow --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 635dc624d..7b69529ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,6 @@ jobs: - name: πŸ“‚ Checkout uses: actions/checkout@v4 with: - submodules: recursive token: ${{ secrets.JEKYLL_GITHUB_TOKEN }} - name: πŸ’Ž Build on Linux From a1e670c076378dee0ff90df590af221872985fcf Mon Sep 17 00:00:00 2001 From: eq19 Date: Sat, 4 May 2024 23:03:20 -0500 Subject: [PATCH 05/12] update workflow --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b69529ee..1cad7cc93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ permissions: write-all # Sets global environtment variables env: + RUN: ${{ github.run_id }} USER: ${{ github.actor }} REPO: ${{ github.repository }} OWNER: ${{ github.repository_owner }} From 327c74e84ad5d1b29fdae97d909a6b9b5ab4d5a1 Mon Sep 17 00:00:00 2001 From: eq19 Date: Sun, 5 May 2024 09:05:57 -0500 Subject: [PATCH 06/12] update workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cad7cc93..1b8dd9017 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout From 39d7936592cc1cb5134ef5a8c63944a6b70754e1 Mon Sep 17 00:00:00 2001 From: eQuantum Date: Mon, 6 May 2024 15:27:45 +0700 Subject: [PATCH 07/12] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b8dd9017..1cad7cc93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout From e80ff4247a5723110f7cbfe3e5f8a25cf108eba0 Mon Sep 17 00:00:00 2001 From: eq19 Date: Mon, 6 May 2024 03:36:04 -0500 Subject: [PATCH 08/12] update workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cad7cc93..1b8dd9017 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout From b736a5c41b4d488c4d956d93421f5506bdd96cad Mon Sep 17 00:00:00 2001 From: eQuantum Date: Tue, 7 May 2024 16:41:53 +0700 Subject: [PATCH 09/12] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b8dd9017..1cad7cc93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout From 55647b67b9ba37e45d906926509c410ce8be22a3 Mon Sep 17 00:00:00 2001 From: eq19 Date: Tue, 7 May 2024 05:36:57 -0500 Subject: [PATCH 10/12] update workflow --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cad7cc93..7fef8acc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,10 @@ on: types: [completed] #requested workflows: ["pages-build-deployment"] -# πŸͺ‚ Allow only one concurrent deployment +# πŸͺ‚ Allow concurrent deployment concurrency: group: "pages" - cancel-in-progress: true + cancel-in-progress: false # Set GITHUB_TOKEN scopes permissions: write-all @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout From 3e51b83038173fab99627bec6115caa290d4eb57 Mon Sep 17 00:00:00 2001 From: eQuantum Date: Tue, 7 May 2024 22:10:50 +0700 Subject: [PATCH 11/12] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fef8acc1..750b146bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout From 38717281a2f1ff54067607c89a02787e431c40ea Mon Sep 17 00:00:00 2001 From: eq19 Date: Tue, 7 May 2024 10:26:40 -0500 Subject: [PATCH 12/12] update workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 750b146bc..7fef8acc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' - runs-on: ${{github.actor == github.repository_owner && 'ubuntu-latest' || ( + runs-on: ${{github.actor != github.repository_owner && 'ubuntu-latest' || ( github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: πŸ“‚ Checkout