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

old-commit-hash: 68530f18b4cb2a1f20dfb19319d91216c23e00bb
This commit is contained in:
Cameron Clough
2022-10-20 13:23:59 -07:00
committed by GitHub
parent 8e68208690
commit 52319c1301
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ 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 }}
+1
View File
@@ -5,6 +5,7 @@ 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 }}