From c61c009257abaa92d63e09eb582d603f31856af7 Mon Sep 17 00:00:00 2001 From: Piotr Chmielnik Date: Mon, 26 Feb 2024 12:07:07 +0100 Subject: [PATCH] Test 1.3 version --- .github/workflows/dco.yml | 18 ------------------ .github/workflows/publish_site.yml | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/dco.yml diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml deleted file mode 100644 index d4c9ff2c48..0000000000 --- a/.github/workflows/dco.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Developer Certificate of Origin Check - -on: [pull_request] - -jobs: - check: - runs-on: ubuntu-latest - - steps: - - name: Get PR Commits - id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@v1.1.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: DCO Check - uses: tim-actions/dco@v1.1.0 - with: - commits: ${{ steps.get-pr-commits.outputs.commits }} \ No newline at end of file diff --git a/.github/workflows/publish_site.yml b/.github/workflows/publish_site.yml index 7d66f3af16..e287529b5b 100644 --- a/.github/workflows/publish_site.yml +++ b/.github/workflows/publish_site.yml @@ -3,8 +3,8 @@ name: Publish Website eoed-docs.eliatra.com on: workflow_dispatch: push: - branches: - - 1.3.x-ee + # branches: + # - 1.3.x-ee pull_request: env: