Skip to content

Commit

Permalink
Updated mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Jun 25, 2023
1 parent b853854 commit 469f9e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Expand Up @@ -7,7 +7,7 @@ pull_request_rules:
- status-success=Test Successful
- status-success=Docker Test Successful
- status-success=Windows Test Successful
- status-success=MinGW
- status-success=MSYS2 Test Successful
- status-success=Cygwin Test Successful
- status-success=continuous-integration/appveyor/pr
actions:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/test-msys2.yml
Expand Up @@ -92,3 +92,13 @@ jobs:
file: ./coverage.xml
flags: GHA_Windows
name: MSYS2 ${{ matrix.msystem }}

success:
permissions:
contents: none
needs: build
runs-on: ubuntu-latest
name: MSYS2 Test Successful
steps:
- name: Success
run: echo MSYS2 Test Successful

0 comments on commit 469f9e3

Please sign in to comment.