From 14e745a460d1c2100bf71c988e977af51e58d0e2 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 22 Mar 2024 21:16:09 +0300 Subject: [PATCH] Revert actions --- .github/workflows/code-style.yml | 4 ++-- .github/workflows/release-drafter.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 28637bc521b..aef50466e6e 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -14,11 +14,11 @@ jobs: - name: Check the code style uses: TheDragonCode/codestyler@v4 - if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' || github.ref != 'refs/heads/14.x' }} + if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }} - name: Fix the code style uses: TheDragonCode/codestyler@v4 - if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/14.x') }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 57502fe4c4d..433bcc9f12b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - 14.x release: types: - published