mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-02-08 21:59:39 +01:00
ci: remove automerge-dependabot
This commit is contained in:
parent
f2e66166dd
commit
cb0f74f679
10
.github/workflows/Divlo.yml
vendored
10
.github/workflows/Divlo.yml
vendored
@ -58,8 +58,6 @@ jobs:
|
|||||||
run: 'npm install'
|
run: 'npm install'
|
||||||
|
|
||||||
- run: 'npm run lint:commit -- --to "${{ github.sha }}"'
|
- run: 'npm run lint:commit -- --to "${{ github.sha }}"'
|
||||||
if: github.actor != 'dependabot[bot]'
|
|
||||||
|
|
||||||
- run: 'npm run lint:docker'
|
- run: 'npm run lint:docker'
|
||||||
- run: 'npm run lint:editorconfig'
|
- run: 'npm run lint:editorconfig'
|
||||||
- run: 'npm run lint:markdown'
|
- run: 'npm run lint:markdown'
|
||||||
@ -124,14 +122,6 @@ jobs:
|
|||||||
- name: 'End To End (e2e) Test'
|
- name: 'End To End (e2e) Test'
|
||||||
run: 'npm run test:e2e'
|
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:
|
release:
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||||
needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e]
|
needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user