Skip to content

test: fix flaky test_event_listener_can_be_removed_successfully #858

test: fix flaky test_event_listener_can_be_removed_successfully

test: fix flaky test_event_listener_can_be_removed_successfully #858

name: CI (PR)
on:
# Runs whenever a pull request is opened or updated.
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
pr_title_check:
name: PR title check
runs-on: ubuntu-latest
steps:
- uses: apify/actions/pr-title-check@v1.3.0
checks:
name: Checks
uses: ./.github/workflows/_checks.yaml
secrets: inherit