Skip to content

Commit

Permalink
Add FlyCI Wingman to all jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgantchev committed Aug 23, 2024
1 parent 8f9f5a6 commit 0cc984d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-actions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
concurrent_skipping: 'same_content_newer'

- name: Fix my build
uses: fly-ci/wingman-action@v1
if: failure()

Main:
needs: pre_job
if: github.repository == 'laurent22/joplin' && (needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/server-v') || startsWith(github.ref, 'refs/tags/v'))
Expand Down Expand Up @@ -78,6 +82,9 @@ jobs:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: |
"${GITHUB_WORKSPACE}/.github/scripts/run_ci.sh"
- name: Fix my build
uses: fly-ci/wingman-action@v1
if: failure()

ServerDockerImage:
needs: pre_job
Expand Down Expand Up @@ -140,6 +147,8 @@ jobs:
echo 'Failed while checking the body response after request to /api/ping'
exit 1;
fi
- name: Fix my build
- name: Fix my build
uses: fly-ci/wingman-action@v1
if: failure()

0 comments on commit 0cc984d

Please sign in to comment.