diff --git a/.github/workflows/new-poeditor-export.yml.bak b/.github/workflows/new-poeditor-export.yml.bak deleted file mode 100644 index 7a4898f..0000000 --- a/.github/workflows/new-poeditor-export.yml.bak +++ /dev/null @@ -1,21 +0,0 @@ -name: "Trigger POEditor Translations Export" - -on: - workflow_dispatch: - push: - branches: - - "[0-9]+.x" - - "docs_actions" - - "main" - paths: - - "src/Resources/translations/admin.en.yml" - -permissions: - contents: read - -jobs: - poeditor: - uses: pimcore/workflows-collection-public/.github/workflows/reusable-poeditor.yaml@main - secrets: - POEDITOR_ACTION_TRIGGER_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }} - diff --git a/.github/workflows/php-cs-fixer.yaml.bak b/.github/workflows/php-cs-fixer.yaml.bak deleted file mode 100644 index 63fc6ea..0000000 --- a/.github/workflows/php-cs-fixer.yaml.bak +++ /dev/null @@ -1,28 +0,0 @@ - -name: PHP-CS-Fixer - -on: - push: - branches: - - "[0-9]+.[0-9]+" - - "[0-9]+.x" - -permissions: - contents: read - -jobs: - php-cs-fixer: - permissions: - contents: write # for stefanzweifel/git-auto-commit-action to push code in repo - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - - - name: PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga:latest - - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Apply php-cs-fixer changes \ No newline at end of file diff --git a/.github/workflows/poeditor-export.yaml.bak b/.github/workflows/poeditor-export.yaml.bak deleted file mode 100644 index ba65990..0000000 --- a/.github/workflows/poeditor-export.yaml.bak +++ /dev/null @@ -1,20 +0,0 @@ -name: "Trigger POEditor Translations Export" - -on: - workflow_dispatch: - push: - branches: - - "[0-9]+.x" - paths: - - 'translations/admin.en.yaml' - -permissions: - contents: read - -jobs: - poeditor: - runs-on: ubuntu-latest - steps: - - name: Trigger workflow in pimcore/poeditor-export-action - run: | - gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml \ No newline at end of file