Skip to content

Commit

Permalink
Temporarily disable the broken ios workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed May 4, 2024
1 parent 387f04a commit 4d08671
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: BrowserStack

on:
push:
branches:
- main
pull_request_target:
types: [opened, synchronize, reopened]
# Temporarily disable the workflow except when manually triggered
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
on: workflow_dispatch

# on:
# push:
# branches:
# - main
# pull_request_target:
# types: [opened, synchronize, reopened]

env:
CI: true
Expand Down

0 comments on commit 4d08671

Please sign in to comment.