Skip to content

Commit

Permalink
Add exclude patterns (#2533)
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Aug 31, 2022
1 parent 8f686f9 commit 0f4de15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- '2.2'
- '1.3'
exclude:
- {repo: geospatial, branch: '1.3'}
- {repo: notifications, branch: '1.3'}
- {geospatial, '1.3'}
- {notifications, '1.3'}
steps:
- name: Check out OpenSearch repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 0f4de15

Please sign in to comment.