We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9d259 commit 5b0cefaCopy full SHA for 5b0cefa
.github/workflows/ios-end-to-end-tests.yml
@@ -5,6 +5,7 @@ concurrency:
5
cancel-in-progress: false
6
env:
7
WORKDIR: ${{ github.workspace }}/workdir-${{ github.run_id }}
8
+ TEST_DEVICE_UDID: 00008130-0019181022F3803A
9
defaults:
10
run:
11
working-directory: ${{ env.WORKDIR }}
@@ -35,8 +36,6 @@ on:
35
36
# Github Actions enabled, so these don't go unnoticed.
37
# https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
38
- cron: '0 0 * * *'
-env:
39
- TEST_DEVICE_UDID: 00008130-0019181022F3803A
40
jobs:
41
checkout-repository:
42
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
0 commit comments