Skip to content

Commit 01ded4b

Browse files
Re-enable workflow
1 parent 69dba35 commit 01ded4b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/update-seed.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,16 @@ on:
1313
- "test-definitions-openapi/**"
1414
- "generators/**"
1515
- "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
2120
workflow_dispatch:
2221

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
2622
# 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
3026

3127
permissions:
3228
pull-requests: write

0 commit comments

Comments
 (0)