Skip to content

Commit

Permalink
Restored success job for mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 24, 2023
1 parent 9c5175d commit 1552073
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-mingw.yml
Expand Up @@ -79,3 +79,13 @@ jobs:
file: ./coverage.xml
flags: GHA_Windows
name: "MSYS2 MinGW"

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

0 comments on commit 1552073

Please sign in to comment.