Skip to content

Commit

Permalink
disable ios tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Jan 10, 2025
1 parent bba0330 commit 86cee9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-ios-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "iOS Tests"

on:
merge_group:
pull_request:
types: [ opened, synchronize ] # Don't rerun on `edited` to save time
# merge_group:
# pull_request:
# types: [ opened, synchronize ] # Don't rerun on `edited` to save time

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 86cee9a

Please sign in to comment.