diff --git a/.github/workflows/enforce-develop-pr.yml b/.github/workflows/enforce-develop-pr.yml index 2acc99f..c8ed216 100644 --- a/.github/workflows/enforce-develop-pr.yml +++ b/.github/workflows/enforce-develop-pr.yml @@ -1,20 +1,20 @@ -name: Enforce PRs Only from Develop +# name: Enforce PRs Only from Develop -on: - pull_request: - branches: [staging] - types: [opened, synchronize, reopened] +# on: +# pull_request: +# branches: [staging] +# types: [opened, synchronize, reopened] -jobs: - check-develop-only: - runs-on: ubuntu-latest - steps: - - name: Fail if source is not develop - run: | - echo "Source branch: ${{ github.head_ref }}" - if [[ "${{ github.head_ref }}" != "develop" ]]; then - echo "❌ Only PRs from 'develop' branch are allowed to merge into 'staging'." - exit 1 - else - echo "✅ PR is from develop branch. Proceeding." - fi +# jobs: +# check-develop-only: +# runs-on: ubuntu-latest +# steps: +# - name: Fail if source is not develop +# run: | +# echo "Source branch: ${{ github.head_ref }}" +# if [[ "${{ github.head_ref }}" != "develop" ]]; then +# echo "❌ Only PRs from 'develop' branch are allowed to merge into 'staging'." +# exit 1 +# else +# echo "✅ PR is from develop branch. Proceeding." +# fi diff --git a/.github/workflows/enforce-staging-pr.yml b/.github/workflows/enforce-staging-pr.yml index 16eb376..247c9ad 100644 --- a/.github/workflows/enforce-staging-pr.yml +++ b/.github/workflows/enforce-staging-pr.yml @@ -1,20 +1,20 @@ -name: Enforce PRs Only from Staging +# name: Enforce PRs Only from Staging -on: - pull_request: - branches: [main] - types: [opened, synchronize, reopened] +# on: +# pull_request: +# branches: [main] +# types: [opened, synchronize, reopened] -jobs: - check-branch: - runs-on: ubuntu-latest - steps: - - name: Fail if source is not staging - run: | - echo "Source branch: ${{ github.head_ref }}" - if [[ "${{ github.head_ref }}" != "staging" ]]; then - echo "❌ Only PRs from 'staging' are allowed to merge into 'main'." - exit 1 - else - echo "✅ PR is from staging branch. Proceeding." - fi +# jobs: +# check-branch: +# runs-on: ubuntu-latest +# steps: +# - name: Fail if source is not staging +# run: | +# echo "Source branch: ${{ github.head_ref }}" +# if [[ "${{ github.head_ref }}" != "staging" ]]; then +# echo "❌ Only PRs from 'staging' are allowed to merge into 'main'." +# exit 1 +# else +# echo "✅ PR is from staging branch. Proceeding." +# fi diff --git a/test/requirements.txt b/test/requirements.txt index 9ab9257..09a704f 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,5 @@ behave==1.2.6 -requests==2.32.3 +requests==2.32.4 zeep websocket-client PyHamcrest \ No newline at end of file