diff --git a/.github/workflows/Divlo.yml b/.github/workflows/Divlo.yml index 56ac640..44c437b 100644 --- a/.github/workflows/Divlo.yml +++ b/.github/workflows/Divlo.yml @@ -58,8 +58,6 @@ jobs: run: 'npm install' - run: 'npm run lint:commit -- --to "${{ github.sha }}"' - if: github.actor != 'dependabot[bot]' - - run: 'npm run lint:docker' - run: 'npm run lint:editorconfig' - run: 'npm run lint:markdown' @@ -124,14 +122,6 @@ jobs: - name: 'End To End (e2e) Test' run: 'npm run test:e2e' - automerge-dependabot: - needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e] - runs-on: 'ubuntu-latest' - steps: - - uses: 'fastify/github-action-merge-dependabot@v2.4.0' - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - release: if: github.ref == 'refs/heads/master' && github.event_name == 'push' needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e]