File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 13
13
- " test-definitions-openapi/**"
14
14
- " generators/**"
15
15
- " seed/**"
16
- # TODO: Re-enable this trigger once repository_dispatch trigger is verified, then remove it from seed.yml
17
- # pull_request:
18
- # types: [opened, synchronize, reopened, ready_for_review]
19
- # branches:
20
- # - main
16
+ pull_request :
17
+ types : [opened, synchronize, reopened, ready_for_review]
18
+ branches :
19
+ - main
21
20
workflow_dispatch :
22
21
23
- # TODO: Re-enable this concurrency once repository_dispatch trigger is verified
24
- # Also need to verify that stopping this workflow won't miss the addition of new seed
25
- # changes, which likely means playing around with how changes works or the path filering
26
22
# Cancel previous workflows on previous push
27
- # concurrency:
28
- # group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
29
- # cancel-in-progress: true
23
+ concurrency :
24
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
25
+ cancel-in-progress : true
30
26
31
27
permissions :
32
28
pull-requests : write
You can’t perform that action at this time.
0 commit comments