Skip to content

Minimum device os version to downgrade on Protected Devices is 6.1.1 #50

Minimum device os version to downgrade on Protected Devices is 6.1.1

Minimum device os version to downgrade on Protected Devices is 6.1.1 #50

Workflow file for this run

name: Deploy to staging
on:
push:
branches:
- 'staging'
jobs:
call-tests:
uses: ./.github/workflows/reusable-tests.yml
secrets: inherit
call-build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
needs: call-tests
call-publish:
uses: ./.github/workflows/reusable-publish-v2.yml
secrets: inherit
needs: call-build
with:
environment: staging
build_run_id: ${{ github.run_id }}