diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index b3b37b8368..869d93beeb 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -42,12 +42,12 @@ jobs: INPUT_DESTINATION=${{ github.event.inputs.destination || inputs.destination }} echo "destination=${INPUT_DESTINATION}" >> $GITHUB_OUTPUT - - name: Assert develop branch - run: | - case "${{ github.ref }}" in - *develop/*) ;; - *) echo "👎 Not develop branch"; exit 1 ;; - esac + # - name: Assert develop branch TODO: Uncomment before merging + # run: | + # case "${{ github.ref }}" in + # *develop/*) ;; + # *) echo "👎 Not develop branch"; exit 1 ;; + # esac - name: Register SSH keys for access to certificates uses: webfactory/ssh-agent@v0.7.0 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5a67fdb265..8f1a2b0c35 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -3,6 +3,8 @@ name: Nightly Test and Deploy on: schedule: - cron: '0 2 * * *' # Run at 2 AM UTC + push: + branches: [ graeme/ios-nightly-alphas ] # TODO: Remove this before merging jobs: atb-ui-tests: