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

This reverts commit 68530f18b4.
This commit is contained in:
Cameron Clough
2022-10-21 18:04:07 -07:00
parent a98d105cb9
commit dba8e8ec0e
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 }}

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 }}