mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
Do not trigger ruleset workflow when closing a milestone
This commit is contained in:
1
.github/workflows/milestone-workflow.yml
vendored
1
.github/workflows/milestone-workflow.yml
vendored
@ -150,6 +150,7 @@ jobs:
|
|||||||
|
|
||||||
update-ruleset:
|
update-ruleset:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event.action == 'created'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install jq
|
- name: Install jq
|
||||||
|
Reference in New Issue
Block a user