Skip to content

ci: stop running end to end tests twice on push #3840

ci: stop running end to end tests twice on push

ci: stop running end to end tests twice on push #3840

name: pull-request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-fast-forward:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checking if fast forwarding is possible
uses: sequoia-pgp/fast-forward@v1
with:
merge: false
comment: never