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

This commit is contained in:
Cameron Clough
2022-10-20 13:23:59 -07:00
committed by GitHub
parent d6a0f1c25a
commit 68530f18b4
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 }}