Skip to content

Commit

Permalink
action lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 12, 2023
1 parent 43815d1 commit 11fbe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:

build_xcframework:
if: ${{ !(github.event_name != 'release' && github.event_name != 'workflow_dispatch') }} # !env.IS_SIMPLE_TEST と同じ
needs: build_and_deploy
needs: [config, build_and_deploy]
runs-on: macos-12
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 11fbe67

Please sign in to comment.