Skip to content

Commit

Permalink
Use wingman action
Browse files Browse the repository at this point in the history
  • Loading branch information
radeva committed Jul 24, 2024
1 parent ef0db8f commit da05802
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:

jobs:
ci:
runs-on: [flyci-macos-14-m2, wingman]
runs-on: flyci-macos-14-m2
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -63,3 +66,7 @@ jobs:
run: |
set -euxo pipefail
yarn build-android
- name: Fix my build
uses: fly-ci/wingman-action@v1
if: failure()

0 comments on commit da05802

Please sign in to comment.