Revert "ci: don't trigger on pull request sync event (#25900)"

This reverts commit d63442bd587b62ed26ba85dd5008951b06ae915c.

old-commit-hash: dba8e8ec0e
This commit is contained in:
Cameron Clough
2022-10-21 18:04:07 -07:00
parent 3ca9b7f02e
commit 3e7720538b
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ on:
branches-ignore:
- 'testing-closet*'
pull_request:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }}-${{ github.event_name }}