From d27264b7029e0903ee31bebd7d162fdca7c9c870 Mon Sep 17 00:00:00 2001 From: yasserfaraazkhan Date: Fri, 26 Jan 2024 14:36:53 +0530 Subject: [PATCH] test commit --- .github/workflows/e2e-functional.yml | 18 ------------------ .github/workflows/nightly-builds.yaml | 1 - 2 files changed, 19 deletions(-) diff --git a/.github/workflows/e2e-functional.yml b/.github/workflows/e2e-functional.yml index 11ce737e..88559483 100644 --- a/.github/workflows/e2e-functional.yml +++ b/.github/workflows/e2e-functional.yml @@ -72,16 +72,10 @@ jobs: ) || ( github.event_name == 'workflow_call' - ) || - ( - github.event_name == 'workflow_dispatch' ) }} runs-on: ubuntu-latest steps: - - name: Check Trigger Event - run: | - echo "Triggered by: ${{ github.event_name }}" - name: ci/checkout-repo uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 @@ -161,16 +155,10 @@ jobs: ) || ( github.event_name == 'workflow_call' - )|| - ( - github.event_name == 'workflow_dispatch' ) }} runs-on: macos-13 steps: - - name: Check Trigger Event - run: | - echo "Triggered by: ${{ github.event_name }}" - name: ci/checkout-repo uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: ci/setup-node @@ -261,16 +249,10 @@ jobs: ) || ( github.event_name == 'workflow_call' - ) || - ( - github.event_name == 'workflow_dispatch' ) }} runs-on: windows-2022 steps: - - name: Check Trigger Event - run: | - echo "Triggered by: ${{ github.event_name }}" - name: ci/checkout-repo uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: ci/setup-node diff --git a/.github/workflows/nightly-builds.yaml b/.github/workflows/nightly-builds.yaml index 617973a1..c951bf46 100644 --- a/.github/workflows/nightly-builds.yaml +++ b/.github/workflows/nightly-builds.yaml @@ -50,4 +50,3 @@ jobs: secrets: inherit with: tag: ${{ needs.tag-nightly-build.outputs.tag }} - \ No newline at end of file